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

Uploaded Python 3

File details

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

File metadata

  • Download URL: yashuashua_mcp_server-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 be68665b23281d7997e093c44e008d64da02064503eccf49b154b6b45d6fc2fe
MD5 2fd47ddd116c8c59673fc6f7f3230551
BLAKE2b-256 9905adc4ff198c1ee92b37494adfa07fd8a15e74e551690fdcc1f6a2c82edbb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yashuashua_mcp_server-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 802f04018dacef06dbf030e5a2f6defde0ea617ece141e7345502b4496c15ba7
MD5 d8b243f11ec60a055aad62d38553049a
BLAKE2b-256 20449607605fc979cd590fecc20f4d392ac709e0d6274404cc2fcf79eda9c65e

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