UNPKG

mushcode-mcp-server

Version:

A specialized Model Context Protocol server for MUSHCODE development assistance. Provides AI-powered code generation, validation, optimization, and examples for MUD development.

6 lines 210 B
#!/usr/bin/env node import { MushcodeProtocolHandler } from './protocol.js'; export { MushcodeProtocolHandler }; export * from './protocol.js'; export * from './registry.js'; //# sourceMappingURL=index.d.ts.map