From e223d609469c8d5dbcccbca24ab5b2775e5d7eab Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 25 Jun 2025 09:49:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/lib/config.ts | 7 ++++++- readme.md | 7 +------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web/src/lib/config.ts b/apps/web/src/lib/config.ts index ed4e4cf7..8945a976 100644 --- a/apps/web/src/lib/config.ts +++ b/apps/web/src/lib/config.ts @@ -5,7 +5,7 @@ export const isSafari = export const title = 'Agentic' export const description = - 'Agentic is an API gateway built exclusively for AI agents.' + 'Agentic is the app store for LLM tools. Publish any MCP server or OpenAPI service to a paid MCP gateway and offer your products to an audience of over 20k AI engineers.' export const domain = process.env.NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL ?? 'agentic.so' @@ -25,6 +25,7 @@ export const discordUrl = 'https://discord.agentic.so' export const keywords = [ 'agentic', + 'agentic tools', 'MCP', 'Model Context Protocol', 'MCP gateway', @@ -33,10 +34,14 @@ export const keywords = [ 'MCP API gateway', 'MCP monetization', 'production MCPs', + 'deploy MCPs', + 'publish MCPs', 'ai', 'AI tools', 'AI agents', 'LLM tools', + 'LLM function calling', + 'LLM tool calling', 'MCP servers', 'MCP server provider', 'MCP server deployment', diff --git a/readme.md b/readme.md index 938d2713..84c1d3b9 100644 --- a/readme.md +++ b/readme.md @@ -38,12 +38,7 @@ - hosted docs - merge with current agentic repo - publish packages to npm -- api - - **deploy to prod** -- database - - consider using [neon serverless driver](https://orm.drizzle.team/docs/connect-neon) for production - - can this also be used locally? - - may need to update our `drizzle-orm` fork +- social images - simplify `AgenticToolClient` and only require one package per TS LLM SDK - `createAISDKToolsFromIdentifier(projectIdentifier)`