We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c300c commit 0ef332dCopy full SHA for 0ef332d
src/worker.py
@@ -3,12 +3,11 @@
3
sys.path.insert(0, "/session/metadata/vendor")
4
sys.path.insert(0, "/session/metadata")
5
6
-from mcp.server.fastmcp import FastMCP
7
-
8
-from exceptions import HTTPException, http_exception
9
10
11
def setup_server():
+ from mcp.server.fastmcp import FastMCP
+
+ from exceptions import HTTPException, http_exception
12
mcp = FastMCP("Demo", stateless_http=True)
13
14
@mcp.tool()
0 commit comments