feat: Update server scripts to use root path for HTTP transport and add process management scripts

This commit is contained in:
2025-06-22 11:50:54 +02:00
parent fa33321ff1
commit 58238a5918
6 changed files with 109 additions and 3 deletions
+1 -1
View File
@@ -129,5 +129,5 @@ def clear_folder(path: str) -> str:
if __name__ == "__main__":
mcp.run(transport="streamable-http", host="127.0.0.1", port=4201, path="/fs")
mcp.run(transport="streamable-http", host="127.0.0.1", port=4201, path="/")