Skip to content

Commit d757652

Browse files
committed
mcp works
1 parent 15a1cb7 commit d757652

File tree

469 files changed

+40833
-26985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

469 files changed

+40833
-26985
lines changed

.vscode/mcp_settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mcpServers": {
3+
"ipfs_datasets": {
4+
"command": "python",
5+
"args": ["-m", "ipfs_datasets_py.mcp_server"],
6+
"env": {
7+
"PYTHONPATH": "/home/barberb/ipfs_datasets_py",
8+
"DEVELOPMENT_TOOLS_ENABLED": "true",
9+
"LOG_LEVEL": "DEBUG"
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)