mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
Example server to expose a fetch tool and a fetch prompt
This commit is contained in:
5
examples/servers/simple-tool/mcp_simple_tool/__main__.py
Normal file
5
examples/servers/simple-tool/mcp_simple_tool/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
from server import main
|
||||
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user