mcp-server-sample
0
This project involves setting up a Python virtual environment for developing with the MCP inspector. It allows users to add tools and explore resources like greeting and translation prompts.
settings
create a python virtual environment.
uv venv
source .venv/bin/activate
uv add "mcp[cli]"
result
start mcp inspector.
mcp dev ./server.py
add tool
greeting resource
translation prompt