UNPKG

pet-adoption-mcp

Version:

A Model Context Protocol (MCP) server that helps users find adoptable pets through the Petfinder API

6 lines 206 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const MCPserver_1 = require("./MCPserver"); (0, MCPserver_1.startServer)(); //# sourceMappingURL=index.js.map