update
Browse files
app.py
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
#
|
| 2 |
from mcp.server.fastmcp import FastMCP
|
| 3 |
|
| 4 |
# Create an MCP server
|
| 5 |
-
mcp = FastMCP("Demo", root_path="/app01", message_path="/messages", sse_path="/sse")
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
# Add an addition tool
|
|
|
|
| 1 |
+
# app.py
|
| 2 |
from mcp.server.fastmcp import FastMCP
|
| 3 |
|
| 4 |
# Create an MCP server
|
| 5 |
+
# mcp = FastMCP("Demo", root_path="/app01", message_path="/messages", sse_path="/sse")
|
| 6 |
+
mcp = FastMCP("Demo", root_path="/app01/", message_path="/messages/", sse_path="/sse/")
|
| 7 |
|
| 8 |
|
| 9 |
# Add an addition tool
|