feat: Update server scripts to use root path for HTTP transport and add process management scripts
This commit is contained in:
@@ -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="/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user