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 fc42fad commit 0a2dd73Copy full SHA for 0a2dd73
python-mcp/main.py
@@ -1,4 +1,3 @@
1
-from typing import Any
2
import asyncio
3
from mcp.server.fastmcp import FastMCP
4
from transactional_db import CUSTOMERS_TABLE, ORDERS_TABLE, PRODUCTS_TABLE
python-mcp/tests/test_server.py
@@ -1,8 +1,7 @@
+from contextlib import AsyncExitStack
import pytest
from mcp import ClientSession, StdioServerParameters
from mcp.client.stdio import stdio_client
-import asyncio
5
-from contextlib import AsyncExitStack
6
7
SERVER_PATH = "/path/to/your/python-mcp/main.py"
8
EXPECTED_TOOLS = [
0 commit comments