aps-aps-aecdm-mcp-dotnet

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

aps-mcp-tests

Repo to test mcp server with claude

Prerequisites

Python 3 installed Claude Desktop downloaded

You can start following the tutorial from the video: https://www.youtube.com/watch?app=desktop&v=wa_A0qY0anA

Steps

  1. First open the terminal in the root folder and spin a new environment with the code below:
python -m venv .venv
  1. Then you activate the environment:
On Windows
.venv/Scripts/activate

On a MAC
.venv/bin/activate
  1. Install mcp
pip install mcp
  1. Now you can run the server
python server.py