another attempt at smithery

This commit is contained in:
Taylor Wilsdon
2025-06-29 16:56:50 -07:00
parent 4ce6203709
commit f5b9a6ff52
2 changed files with 283 additions and 282 deletions

View File

@@ -17,13 +17,14 @@
"type": "python",
"entry_point": "main.py",
"mcp_config": {
"command": "python",
"command": "uv",
"args": [
"run",
"--directory",
"${__dirname}",
"python",
"${__dirname}/main.py"
],
"env": {
"PYTHONPATH": "server/lib"
}
]
}
},
"tools": [