claude-code-emacs-mcp-server
Version:
MCP server for Claude Code Emacs integration
9 lines • 607 B
TypeScript
export { handleGetOpenBuffers } from './buffer-tools.js';
export { handleGetCurrentSelection } from './selection-tools.js';
export { handleGetDiagnostics } from './diagnostic-tools.js';
export { diffTools, handleOpenDiffFile, handleOpenRevisionDiff, handleOpenCurrentChanges, handleOpenDiffContent } from './diff-tools.js';
export { handleGetDefinition } from './definition-tools.js';
export { handleFindReferences } from './reference-tools.js';
export { handleDescribeSymbol } from './describe-tools.js';
export { handleSendNotification } from './notification-tools.js';
//# sourceMappingURL=index.d.ts.map