Skip to content

Commit 0a5e5fd

Browse files
authored
aura manager - patch mcp registry config (#223)
* fix server name, update gh action * Update CHANGELOG.md
1 parent 02ab9e5 commit 0a5e5fd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/publish-aura-manager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
5959
mcp-registry-publish:
6060
runs-on: ubuntu-latest
61+
needs: pypi-publish
6162
permissions:
6263
id-token: write # For OIDC
6364
contents: read

servers/mcp-neo4j-cloud-aura-api/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Next
22

33
### Fixed
4+
* Fix server name in MCP Registry config
5+
* Update Github action to deploy to MCP Registry
46

57
### Changed
68

servers/mcp-neo4j-cloud-aura-api/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3-
"name": "io.github.neo4j-contrib/mcp-neo4j-cloud-aura-api",
3+
"name": "io.github.neo4j-contrib/mcp-neo4j-aura-manager",
44
"description": "MCP server for Neo4j Aura Database Instance Manager.",
55
"repository": {
66
"url": "https://github.com/neo4j-contrib/mcp-neo4j",

0 commit comments

Comments
 (0)