feat: Update server scripts to use root path for HTTP transport and add process management scripts
This commit is contained in:
@@ -65,5 +65,5 @@ def current_timestamp() -> float:
|
||||
return datetime.datetime.now().timestamp()
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run(transport="streamable-http", host="127.0.0.1", port=4300, path="/tools")
|
||||
mcp.run(transport="streamable-http", host="127.0.0.1", port=4300, path="/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user