SDCalvo/sse-mcp-and-langchain-client-example
If you are the rightful owner of sse-mcp-and-langchain-client-example and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project demonstrates how to expose FastAPI endpoints as Model Context Protocol (MCP) tools using `fastapi-mcp`, and includes a LangChain client that connects to the FastAPI server.
Tools
Functions exposed to the LLM to take actions
read_root__get
Returns a welcome message from the FastAPI server.
greet_user_greet__name__get
Returns a personalized greeting for the specified user.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client