File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
servers/mcp-neo4j-cloud-aura-api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Add the server to your `claude_desktop_config.json`:
122122  "neo4j-aura" : {
123123    "command" : " uvx"  ,
124124    "args" : [
125-       " mcp-neo4j-aura-manager== 0.2.1 "  ,
125+       " mcp-neo4j-aura-manager@ 0.2.2 "  ,
126126      " --client-id"  ,
127127      " <your-client-id>"  ,
128128      " --client-secret"  ,
@@ -138,7 +138,7 @@ Alternatively, you can set environment variables:
138138"mcpServers" : {
139139  "neo4j-aura" : {
140140    "command" : " uvx"  ,
141-     "args" : [ " mcp-neo4j-aura-manager== 0.2.1 "   ],
141+     "args" : [ " mcp-neo4j-aura-manager@ 0.2.2 "   ],
142142    "env" : {
143143      "NEO4J_AURA_CLIENT_ID" : " <your-client-id>"  ,
144144      "NEO4J_AURA_CLIENT_SECRET" : " <your-client-secret>" 
@@ -158,7 +158,7 @@ Alternatively, you can set environment variables:
158158      " --rm"  ,
159159      " -e"  , " NEO4J_AURA_CLIENT_ID=${NEO4J_AURA_CLIENT_ID}"  ,
160160      " -e"  , " NEO4J_AURA_CLIENT_SECRET=${NEO4J_AURA_CLIENT_SECRET}"  ,
161-       " mcp-neo4j-aura-manager:0.2.1 " 
161+       " mcp-neo4j-aura-manager:0.2.2 " 
162162    ]
163163  }
164164}
Original file line number Diff line number Diff line change 11[project ]
22name  = " mcp-neo4j-aura-manager" 
3- version  = " 0.2.1 " 
3+ version  = " 0.2.2 " 
44description  = " MCP Neo4j Aura Database Instance Manager" 
55readme  = " README.md" 
66requires-python  = " >=3.10" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments