airsltd commited on
Commit
cbb6a0c
·
1 Parent(s): 1770fea
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,8 +1,9 @@
1
- # server.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
 
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