dbf5b45acd
- .mcp.json - bash/functions/pipelines/full_git_push.sh - python/pyproject.toml - python/uv.lock - bash/functions/infra/jupyter_mcp_serve.md - bash/functions/infra/jupyter_mcp_serve.sh - dev/issues/0166-app-to-app-dependencies-tracking.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"mcpServers": {
|
|
"registry": {
|
|
"command": "./apps/registry_mcp/registry_mcp",
|
|
"args": ["--enable-run", "--enable-write"]
|
|
},
|
|
"jupyter": {
|
|
"command": "bash",
|
|
"args": ["/home/enmanuel/fn_registry/bash/functions/infra/jupyter_mcp_serve.sh"]
|
|
}
|
|
}
|
|
}
|