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.3.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.3-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yashuashua_mcp_server-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 060a2694f91755c651497c377164f993530d4c2ebff87f61a8be42e8c26b938c
MD5 69c0e6c1638a1e5272de827bcb7b6487
BLAKE2b-256 2ed462774009ebf32556fcfa7d7e9e8290de645226986cfb7acb6e73ec3cc6a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yashuashua_mcp_server-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ad47fb8a2649a92786995760cf7d4b642246b14d821dcd0fd83b5c803cdeed2
MD5 a099ad9aec43cdbe87a80c8c0ab2e5a1
BLAKE2b-256 2d7b208576df2c2e0e4aabd9afc7ec0186d9e81e01cd97eafe389c12e485f293

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