MCP 代理 TypeScript 端口
概述
MCP(模型上下文协议)代理 TypeScript 端口是 MCP 代理系统的一个健壮且类型安全的实现。它提供了一个灵活的框架,用于构建具有高级工作流管理、日志记录和执行功能的智能上下文感知代理。
这是lastmile-ai 原始 MCP Agent 框架的 TypeScript 端口。
特征
🚀模块化架构
全面的 TypeScript 实现
灵活、可扩展的设计
类型安全接口
📊高级工作流管理
基于步骤的工作流程执行
并发任务处理
详细的上下文跟踪
🔍强大的日志系统
可配置的日志级别
上下文丰富的日志记录
日志导出功能
🧰灵活的执行器
任务队列
超时处理
并发任务管理
🖥️ CLI 支持
命令行界面
轻松管理代理
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 MCP Agent TypeScript 端口:
手动安装
快速入门
创建工作流
日志记录
CLI 使用
执行器使用
配置
MCP 代理可以通过以下方式配置:
环境变量
配置文件
程序化配置
开发现状
🚧早期开发🚧
此移植版本处于早期阶段,功能尚未完善。欢迎贡献和反馈!
原始项目
原始 MCP 代理: lastmile-ai/mcp-agent
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/AmazingFeature)提交您的更改(
git commit -m 'Add some AmazingFeature')推送到分支(
git push origin feature/AmazingFeature)打开拉取请求
执照
该项目遵循原始 MCP Agent 项目的许可证,可在此处找到。
致谢
特别感谢最初的 MCP Agent 开发人员为 AI 代理开发创建了一个创新框架。
This server cannot be installed
MCP Agent 框架的 TypeScript 实现,提供用于构建具有高级工作流管理、日志记录和执行功能的上下文感知代理的工具。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA TypeScript-based server that allows calling other MCP clients from your own MCP client, facilitating task delegation and context window offloading for enhanced multi-agent interactions.Last updated -329MIT License
- -security-license-qualityA TypeScript framework for building Model Context Protocol (MCP) servers with automatic discovery and loading of tools, resources, and prompts.Last updated -0
- -security-license-qualityAn open-source implementation of the Model Context Protocol (MCP) that bridges AI agents with enterprise systems, enabling secure access to real-world data and capabilities.Last updated -5Apache 2.0
- Asecurity-licenseAqualityAn MCP server that allows coding agents to look up contextual rules and patterns on demand, providing just-in-time guidance for specific tasks like writing tests or authoring UI.Last updated -28