Fastmcp Http Server Client
No description available
Ask AI about Fastmcp Http Server Client
Powered by Claude · Grounded in docs
I know everything about Fastmcp Http Server Client. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
FASTMCP BASED MCP SERVER AND CLIENT WITH TRANSPORT AS STREAMBALE-HTTP
MCP server converts OAS-spec jsons to MCP servers
PreRequisites: To install uv: curl -LsSf https://astral.sh/uv/install.sh | sh
- Clone this repo
- cd Repo
- Setup a venv using uv
uv venvsource .venv/bin/activate
for running server : uv run main.py
for running client : uvicorn mcp_client_session:app --reload --port 9000
for running inspector : npx @modelcontextprotocol/inspector
Note: while running inspector: copy the session id from the terminal output in the configuration input. Leave other things as it is.
Note: While using MCP server - get your access token and paste it in the file Note: While using MCP client - paste your openAI- API key
