Debug
@@ -476,11 +492,11 @@ function ProjectHeader({
className='justify-self-end'
disabled={tab === 'pricing'}
>
-
Subscribe to {project.identifier}
-
+
diff --git a/apps/web/src/components/project-pricing-plans.tsx b/apps/web/src/components/project-pricing-plans.tsx
index 8f8e2992..c138db8a 100644
--- a/apps/web/src/components/project-pricing-plans.tsx
+++ b/apps/web/src/components/project-pricing-plans.tsx
@@ -15,12 +15,13 @@ export function ProjectPricingPlans({
onSubscribe: (planSlug: string) => void
className?: string
}) {
+ // TODO: add support for different pricing intervals
const numPricingPlans =
project.lastPublishedDeployment?.pricingPlans.length || 1
return (
@agentic > search
-- 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
+ - tool input/output schemas; move `$schema` to top
+- add a basic page + docs on pricing => contact
+- [**react query prefetching for public pages**](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data)
- add ability to point at remote readmes, icons, files, urls, etc and upload to our own blob storage at deploy time
- **create agentic products for select legacy tools**
@@ -131,3 +125,8 @@
- add support for [`@google/genai`](https://github.com/googleapis/js-genai) tools adapter
- currently difficult due to their use of non-standard json schemas
- validate example args against the tool's input schema during config validation
+- add scroll appearance motion to hero animation
+- add ts sdk examples to e2e tests
+- add feature about optimized context to docs
+- import react example usage component into docs
+- add [ping](https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/ping) support to mcp servers