Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 493 Bytes

File metadata and controls

19 lines (15 loc) · 493 Bytes

mcp-talk

Code and material for the talk "MCP: Principles and Practice"

Getting Started

Ensure you have uv installed. You can install it by following the instructions at [installing uv](https://docs.astral.sh/uv/getting-started/installation/.

Then, run:

uv sync

This will install all the dependencies required for the project.

Running the MCP Server

To run the MCP server, use the following command:

mcp install src/mcp_server.py
mcp dev src/mcp_server.py