context-optimizer-mcp-server
Version:
Context optimization tools MCP server for AI coding assistants - compatible with GitHub Copilot, Cursor AI, and other MCP-supporting assistants
12 lines • 427 B
TypeScript
/**
* Context Optimizer MCP Server
*
* A standalone Model Context Protocol server that provides context optimization tools
* for AI coding assistants including GitHub Copilot, Cursor AI, Claude Desktop, and others.
*
* This server provides the same functionality as the VS Code extension but with
* universal compatibility through the MCP standard.
*/
export {};
//# sourceMappingURL=server.d.ts.map