MCP: links

satya - 3/17/2025, 10:50:38 AM

Quick start at mcp python SDK

Quick start at mcp python SDK

satya - 3/17/2025, 10:54:40 AM

it has

  1. Server Initialization: Demonstrates creating an MCP server instance using FastMCP.
  2. Tool Definition: Shows how to define a tool, such as an addition function, using the @mcp.tool() decorator.
  3. Resource Definition: Illustrates adding dynamic resources, like a personalized greeting, using the @mcp.resource() decorator.
  4. Claude Desktop Integration: Explains how to install and run the server in Claude Desktop using mcp install server.py.
  5. 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

Fastmcp Server doc and github site

satya - 3/17/2025, 10:59:33 AM

it has..

  1. Pythonic MCP Server Development: FastMCP offers a streamlined, Pythonic approach to building Model Context Protocol (MCP) servers.
  2. Decorator-Based Tool and Resource Definition: Utilize decorators like @mcp.tool() and @mcp.resource() to define tools and resources succinctly.
  3. Quick Installation with uv: Install FastMCP efficiently using uv pip install fastmcp.
  4. Seamless Claude Desktop Integration: Easily integrate with Claude Desktop by running fastmcp install server.py.
  5. 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

MCP Cli source code to understand the cli at this time

satya - 3/17/2025, 11:46:31 AM

from mcp.io MCP Inspector

from mcp.io MCP Inspectore

satya - 3/20/2025, 11:50:27 AM

Anthropics News Intro to MCP: good one

Anthropics News Intro to MCP: good one

satya - 3/20/2025, 11:52:23 AM

Official dedicated site: https://modelcontextprotocol.io

Official dedicated site: https://modelcontextprotocol.io