12 lines
402 B
JavaScript
12 lines
402 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* MCP Server Manager - CLI for adding/managing MCP servers
|
|
*
|
|
* Allows end users to add custom MCP servers without editing code:
|
|
* - npx agentic-flow mcp add weather --npm weather-mcp
|
|
* - npx agentic-flow mcp add local --local /path/to/server.js
|
|
* - npx agentic-flow mcp list
|
|
* - npx agentic-flow mcp remove weather
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=mcp-manager.d.ts.map
|