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