sse-mcp-and-langchain-client-example

sse-mcp-and-langchain-client-example

3.3

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.

read_root__get

Returns a welcome message from the FastAPI server.

greet_user_greet__name__get

Returns a personalized greeting for the specified user.