pull/721/head
Travis Fischer 2025-07-02 15:57:12 -05:00
rodzic ac889680b2
commit 7023219503
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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!

Wyświetl plik

@ -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)