From 41911c6df3f8aaf324647bb38071d0685a94210b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 1 Jul 2025 11:08:48 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/mcp-servers/search/package.json | 4 ++-- todo.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/mcp-servers/search/package.json b/examples/mcp-servers/search/package.json index c4de0252..ecef44fd 100644 --- a/examples/mcp-servers/search/package.json +++ b/examples/mcp-servers/search/package.json @@ -1,8 +1,8 @@ { - "name": "@agentic/examples-search", + "name": "@agentic/examples-mcps-search", "private": true, "author": "Travis Fischer ", - "license": "AGPL-3.0", + "license": "UNLICENSED", "repository": { "type": "git", "url": "git+https://github.com/transitive-bullshit/agentic.git", diff --git a/todo.md b/todo.md index 71ab2f36..941b1472 100644 --- a/todo.md +++ b/todo.md @@ -33,6 +33,7 @@ - too much of a delay on individual pages and makes no sense to have these imports on the other tab pages - add a basic page + docs on pricing - [react query prefetching for public pages](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data) +- add [ping](https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/ping) support to mcp servers ## TODO: Post-MVP