feat: Update server scripts to use root path for HTTP transport and add process management scripts
This commit is contained in:
@@ -87,6 +87,6 @@ def is_prime(n: int) -> bool:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run(transport="streamable-http", host="127.0.0.1", port=4200, path="/math")
|
||||
mcp.run(transport="streamable-http", host="127.0.0.1", port=4200, path="/")
|
||||
|
||||
# mcp.run(transport="stdio")
|
||||
Reference in New Issue
Block a user