Skip to content

Commit 4e5f701

Browse files
groksrcclaude
andcommitted
Fix server.json runtimeArguments format
- Use proper Argument object format instead of plain strings - Add .mcpregistry tokens to .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent 9d9ea4d commit 4e5f701

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ ENV/
5454
claude-output
5555
**/.claude/settings.local.json
5656
.mcp.json
57+
.mcpregistry_*

server.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"identifier": "basic-memory",
1414
"version": "0.17.7",
1515
"runtimeHint": "uvx",
16-
"runtimeArguments": ["basic-memory", "mcp"],
16+
"runtimeArguments": [
17+
{"type": "positional", "value": "basic-memory"},
18+
{"type": "positional", "value": "mcp"}
19+
],
1720
"transport": {
1821
"type": "stdio"
1922
}

0 commit comments

Comments
 (0)