Skip to content

Commit 92a2c09

Browse files
committed
fix: correct import path for MCP server module
1 parent 51e6f22 commit 92a2c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/mcp_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import sys
44
from typing import Dict, Any, Optional, List
55

6-
from cmcp.server import Server, Response, Status, MethodCall
6+
# Update this import
7+
from mcp.server import Server, Response, Status, MethodCall
78
from mcp.runner import MCPRunner
89

910
from app.compiler import RustCompiler

0 commit comments

Comments
 (0)