diff --git a/docs/publishing/origin/security.mdx b/docs/publishing/origin/security.mdx index ce1fded4..b277765e 100644 --- a/docs/publishing/origin/security.mdx +++ b/docs/publishing/origin/security.mdx @@ -28,7 +28,8 @@ if ( type: 'text', text: 'Unauthorized' } - ] + ], + isError: true } } ``` diff --git a/examples/mcp-servers/search/src/worker.ts b/examples/mcp-servers/search/src/worker.ts index b58570c0..d8800ebc 100644 --- a/examples/mcp-servers/search/src/worker.ts +++ b/examples/mcp-servers/search/src/worker.ts @@ -83,7 +83,8 @@ export default { type: 'text', text: 'Unauthorized request: must come from Agentic MCP Gateway' } - ] + ], + isError: true } } diff --git a/todo.md b/todo.md index 4625059f..80e833a2 100644 --- a/todo.md +++ b/todo.md @@ -3,10 +3,6 @@ - **MCP**: `https://gateway.agentic.so/@{username}/{project-slug}/mcp` - **HTTP**: `GET/POST` `https://gateway.agentic.so/@{username}/{project-slug}/{tool-name}` -## TODO: P0 - -- consider changing homepage hero CTA to include publishing - ## TODO: MVP - **website** @@ -43,6 +39,7 @@ - add admin-based tags for main page layout (featured, etc) - replace render for api and/or add turbo for caching (too slow to deploy) - create slack + notifications +- consider changing homepage hero CTA to include publishing ## TODO: Post-MVP