-
securityF
license-
qualityA Model Context Protocol (MCP) server implementation for interacting with Phabricator API. This server allows LLMs to interact with Phabricator through a standardized interface.
Last updated -
5
Python
Used for loading API keys and configuration variables from a .env file to securely connect to the qwen API without exposing credentials in the codebase
Supports cloning the repository for deployment and setup of the MCP demo
Provides repository hosting and collaboration features for the MCP demo project, allowing users to clone and contribute to the codebase
此仓库包含一个 MCP 演示的精简版本。该项目旨在演示使用qwen
API 接口的 MCP 服务和客户端的基本功能。
uv
进行依赖管理。qwen
API 集成。在使用此存储库之前,请确保已安装以下内容:
uv
包管理器uv
安装依赖项:.env
文件并添加您的 API 密钥:xxxx
替换为qwen
API 的实际 API 密钥。.env
文件是确保项目正常运行所必需的。请勿公开您的 API 密钥。qwen
API 的更多信息,请参阅其官方文档。本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
欢迎贡献代码!欢迎随时提交 issue 或 PR,以改进本项目。