@agentage/find-mcp
Advanced tools
| import { Server } from '@modelcontextprotocol/sdk/server/index.js'; | ||
| import type { UpstreamClient } from '../upstream.js'; | ||
| export declare const SERVER_NAME = "find-mcp"; | ||
| export declare const SERVER_TITLE = "Find MCP \u2014 Agentage MCP Directory"; | ||
| export declare const SERVER_TITLE = "Find MCP - Agentage MCP Directory"; | ||
| export declare const createFindProxyServer: (upstream: UpstreamClient) => Server; | ||
| //# sourceMappingURL=create-find-proxy.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"create-find-proxy.d.ts","sourceRoot":"","sources":["../../src/server/create-find-proxy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AAOnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAIrD,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,YAAY,2CAAsC,CAAC;AAQhE,eAAO,MAAM,qBAAqB,GAAI,UAAU,cAAc,KAAG,MAmBhE,CAAC"} | ||
| {"version":3,"file":"create-find-proxy.d.ts","sourceRoot":"","sources":["../../src/server/create-find-proxy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AAOnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAIrD,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,YAAY,sCAAsC,CAAC;AAQhE,eAAO,MAAM,qBAAqB,GAAI,UAAU,cAAc,KAAG,MAmBhE,CAAC"} |
@@ -6,3 +6,3 @@ import { Server } from '@modelcontextprotocol/sdk/server/index.js'; | ||
| export const SERVER_NAME = 'find-mcp'; | ||
| export const SERVER_TITLE = 'Find MCP — Agentage MCP Directory'; | ||
| export const SERVER_TITLE = 'Find MCP - Agentage MCP Directory'; | ||
| const INSTRUCTIONS = 'A public directory of Model Context Protocol (MCP) servers, crawled from the official registry. Use it to discover, compare, and look up MCP servers on request ("is there an MCP for X", "which MCP server does Y"). mcp_search finds servers by keyword and filters; mcp_get returns one server\'s full packages, tools, and install command by slug; mcp_categories lists the category/language/license values you can filter on. Read-only - it never installs or runs anything. This package is a thin stdio proxy to catalog.agentage.io/mcp; the tool set is served by the remote and may evolve.'; | ||
@@ -9,0 +9,0 @@ // A low-level MCP Server that forwards tools/list and tools/call to the remote |
+1
-1
| { | ||
| "name": "@agentage/find-mcp", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "mcpName": "io.agentage/find-mcp", | ||
@@ -5,0 +5,0 @@ "description": "Find MCP - the npm client for the agentage MCP directory: thin stdio MCP proxy bridging stdio-only clients (Claude Desktop, Cursor, VS Code) to catalog.agentage.io/mcp - search 12,000+ MCP servers from any MCP client.", |
30935
-0.02%