Skip to main content

A simple MCP (Model Context Protocol) server demo

Project description

MCP Demo

一个简单的MCP (Model Context Protocol) 服务器演示包,可以通过Trae AI IDE使用。

功能特性

这个MCP服务器提供了三个简单的工具:

  1. echo - 回显输入的文本
  2. add - 计算两个数字的和
  3. greet - 生成多语言个性化问候语(支持中文、英文、法文、西班牙文)

安装

从PyPI安装

pip install yashuashua_mcp_server

从源码安装

git clone https://github.com/yourusername/yashuashua_mcp_server.git
cd yashuashua_mcp_server
pip install -e .

在Trae中使用

  1. 安装包后,在Trae的MCP配置文件中添加以下配置:
{
  "mcpServers": {
    "yashuashua-mcp-server": {
      "command": "python",
      "args": ["-m", "mcp_demo_yashuashua.server"]
    }
  }
}
  1. 重启Trae,你就可以在对话中使用这些工具了!

使用示例

在Trae中,你可以这样使用:

  • "帮我回显一下'Hello World'"
  • "计算 15 + 27 的结果"
  • "用法语向Alice问好"

开发

本地开发环境设置

# 克隆仓库
git clone https://github.com/yourusername/yashuashua_mcp_server.git
cd yashuashua_mcp_server

# 安装开发依赖
pip install -e ".[dev]"

# 运行测试
pytest

构建和发布

# 构建包
python -m build

# 发布到PyPI(需要先配置PyPI凭据)
twine upload dist/*

许可证

MIT License - 详见 LICENSE 文件。

贡献

欢迎提交Issue和Pull Request!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yashuashua_mcp_server-0.1.2.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yashuashua_mcp_server-0.1.2-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file yashuashua_mcp_server-0.1.2.tar.gz.

File metadata

  • Download URL: yashuashua_mcp_server-0.1.2.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for yashuashua_mcp_server-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b03a4ee4b9cdb3b453287ca05d98b43827cf107984faf6f4c16d53a71784eb4d
MD5 72c29ababd5222e285b54b71de260b82
BLAKE2b-256 a09e4bb333e6741d7467d65b471a1f73dbf358dc69e771a5b121f620d7c5a317

See more details on using hashes here.

File details

Details for the file yashuashua_mcp_server-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for yashuashua_mcp_server-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5176883510ba2d71e9b2132f065faf13094cdffc1a9e68e1e4848e2a5735e34b
MD5 c73e5d376023762c3dcd24cb39ddfdc1
BLAKE2b-256 5e54b3f5e347420361e0af61f5e213c3c00774cb19a6b9bfd44a9813483a0397

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page