MCP: links
satya - 3/17/2025, 10:54:40 AM
it has
- Server Initialization: Demonstrates creating an MCP server instance using FastMCP.
- Tool Definition: Shows how to define a tool, such as an addition function, using the @mcp.tool() decorator.
- Resource Definition: Illustrates adding dynamic resources, like a personalized greeting, using the @mcp.resource() decorator.
- Claude Desktop Integration: Explains how to install and run the server in Claude Desktop using mcp install server.py.
- Development Testing: Provides guidance on testing the server with the MCP Inspector using mcp dev server.py.
satya - 3/17/2025, 10:56:40 AM
Fastmcp Server doc and github site
satya - 3/17/2025, 10:59:33 AM
it has..
- Pythonic MCP Server Development: FastMCP offers a streamlined, Pythonic approach to building Model Context Protocol (MCP) servers.
- Decorator-Based Tool and Resource Definition: Utilize decorators like @mcp.tool() and @mcp.resource() to define tools and resources succinctly.
- Quick Installation with uv: Install FastMCP efficiently using uv pip install fastmcp.
- Seamless Claude Desktop Integration: Easily integrate with Claude Desktop by running fastmcp install server.py.
- Development Testing with MCP Inspector: Test your server using the MCP Inspector via fastmcp dev server.py.
satya - 3/17/2025, 11:44:53 AM
MCP Cli source code to understand the cli at this time
satya - 3/20/2025, 11:50:27 AM
Anthropics News Intro to MCP: good one
satya - 3/20/2025, 11:52:23 AM
Official dedicated site: https://modelcontextprotocol.io