diff --git a/examples/mcp-servers/search/agentic.config.ts b/examples/mcp-servers/search/agentic.config.ts index 7fc7e694..667aed25 100644 --- a/examples/mcp-servers/search/agentic.config.ts +++ b/examples/mcp-servers/search/agentic.config.ts @@ -6,7 +6,7 @@ export default defineConfig({ name: 'Agentic Google Search', slug: 'search', description: - 'Google Search API build specifically for LLMs. Agents should use this tool for searching the web in order to find up-to-date news and information about any topic.', + 'Google Search API built specifically for LLMs. Agents should use this tool for searching the web in order to find up-to-date news and information about any topic.', origin: { type: 'mcp', url: process.env.MCP_ORIGIN_URL! diff --git a/todo.md b/todo.md index bb420dea..b63ddb9b 100644 --- a/todo.md +++ b/todo.md @@ -37,6 +37,7 @@ - add disclaimer about public beta - add search / sorting - **improve marketplace default sorting** + - what's the best way to implement this? - add admin-based tags for main page layout (featured, etc) - replace render for api and/or add turbo for caching (too slow to deploy)