@measey/mycoder-agent
Version:
Agent module for mycoder - an AI-powered software development assistant
10 lines • 327 B
JavaScript
/**
* Model Context Protocol (MCP) Integration
*
* This module provides integration with the Model Context Protocol (MCP),
* allowing MyCoder to use context from MCP-compatible servers.
*
* Uses the official MCP SDK: https://www.npmjs.com/package/@modelcontextprotocol/sdk
*/
export {};
//# sourceMappingURL=index.js.map