Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 744 Bytes

File metadata and controls

23 lines (20 loc) · 744 Bytes

MCP-Assignment

Quick assignment for implementing MCP via getting started tutorial

Getting Started

  1. Install uv
    • macOS/Linux
      curl -LsSf https://astral.sh/uv/install.sh | sh
    • Windows
      powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  2. Sync uv dependencies
    uv sync

VSCode

Open up copilot and a MCP server named mcp-assignment should exist for this workspace.

Other

Following remainin steps in MCP Server Installation