MCP: Criando um MCP Server no MacOS
Using uv to manage your Python projects.
brew install uv
If you haven't created a uv-managed project yet, create one:
uv init mcp-server-demo --python=3.11.13 cd mcp-server-demo
Then add MCP to your project dependencies:
uv add "mcp[cli]"
To run the mcp command with uv:
uv run mcp
The output is