Skip to content

Commit ed4de3d

Browse files
committed
0.6.4
1 parent cd8afb9 commit ed4de3d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [0.6.4] 2025-08-22
4+
5+
- Fix: Do not log user sensitive information on errors
6+
- Fix: Return non-500 errors as valid response with `isError=true` without logging
7+
- Improvement: Custom error handling user generated erorrs
8+
- Improvement: Extend org-only users search to support orgs not managed by cconsole.
9+
310
# [0.6.3] 2025-08-04
411

512
- Feat: A new tool to list authenitcated user's organizations - `list_organizations`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neondatabase/mcp-server-neon",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "MCP server for interacting with Neon Management API and databases",
55
"license": "MIT",
66
"author": "Neon, Inc. (https://neon.tech/)",

0 commit comments

Comments
 (0)