UNPKG

@kaminaduck/scryfall-mcp-server

Version:

A Model Context Protocol (MCP) server that provides access to the Scryfall API for Magic: The Gathering card data

9 lines 250 B
#!/usr/bin/env node /** * Scryfall MCP Server - Main Entry Point * * This module serves as the entry point for the Scryfall MCP server, * initializing the server and handling the startup process. */ export {}; //# sourceMappingURL=index.d.ts.map