UNPKG

hn-mcp-server

Version:

Model Context Protocol server for HackerNews API access

11 lines 255 B
#!/usr/bin/env node /** * HackerNews MCP Server * * Main entry point for the Model Context Protocol server. * Initializes the server and registers all tools. * * @see https://modelcontextprotocol.io */ export {}; //# sourceMappingURL=index.d.ts.map