Lets complete the library mcp implementation
-
Refer Here for the changes done
-
Instructions
# create a new folder
git clone https://github.com/GenAIDevelopment/agenticai.git
cd may26/mcp/library-mcp
docker compose up -d
- Now for the client execute
npx @modelcontextprotocol/inspectorand connect mcp inspector to the urlhttp://localhost:19000/mcp
How about Agent
- Refer Here for a client code
I want an MCP for an existing REST API (inventory api)
- Anti pattern: Dont use API to MCP convertors.

How to control librarian tools vs student tools vs anonymous tools
-
MCP Spec supports
- OAuth
- JWT
-
Exercise: How to run mcp server in a Docker container.
