mcp-to-agent
v1.0.9
Published
一个将agent封装成mcp的小工具
Downloads
25
Readme
一个将agent封装成mcp的小工具
{
"mcpServers": {
"mcp-to-agent": {
"type": "stdio",
"command": "npx",
"args": ["-y","mcp-to-agent"],
"env": {
"API_URL": "https://example.com/api",
"TOKEN": "you-token",
"MCP_TO_AGENT_DESCRIPTION": "agent描述信息",
"MCP_TO_AGENT_TITLE": "agent的title",
"TIMEOUT": "30000", // 单位是毫秒
}
}
}
}