An open API service indexing awesome lists of open source software.

https://github.com/myyrakle/mcp_template


https://github.com/myyrakle/mcp_template

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# MCP Template

- MCP Simple Example
- using weather api of USA
- Based on Document(https://modelcontextprotocol.io/quickstart)

## Requirements

- uv (Python Package Manager)

## Test Server

just run

```bash
uv run server.py
```

debug

```bash
npx @modelcontextprotocol/inspector uv run server.py
```