# Sample MCP Server

Provide a simple and minimal MCP server implementation to help developers get started quickly with the Model Context Protocol. Enable basic MCP server capabilities using the official Python SDK as a …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add YashKushwaha/sample_mcp_server

# Browse available tools
npx -y smithery tool list YashKushwaha/sample_mcp_server
```
