Skip to content

Conversation

@JonasJesus42
Copy link
Contributor

@JonasJesus42 JonasJesus42 commented Jan 2, 2026

Summary by cubic

Adds filtering to the registry LIST tool (tags, categories, verified, hasRemote) and introduces a new FILTERS tool that returns available tags and categories with usage counts. This helps users narrow results and discover filter options.

  • New Features
    • LIST tool: adds tags and categories (ANY match), verified, and hasRemote filters; defaults to hasRemote=true; always returns the latest server version.
    • FILTERS tool: returns all tags and categories with counts, sorted by usage; pulled from latest, listed servers.

Written for commit d755358. Summary will update on new commits.

- Add 'tags' parameter to filter by tags (ANY match)
- Add 'categories' parameter to filter by categories (ANY match)
- Add 'verified' parameter to filter by verification status
- Add 'hasRemote' parameter to filter servers with remote support
- Update tool description to reflect new filtering capabilities
- Backend support already existed, now exposed via API

Valid categories: productivity, development, data, ai, communication,
infrastructure, security, monitoring, analytics, automation

Examples:
- tags: ['search', 'api'] → returns servers with 'search' OR 'api' tag
- categories: ['ai', 'development'] → returns AI or development servers
…ories

- Add COLLECTION_REGISTRY_APP_FILTERS tool
- Returns all available tags and categories with usage counts
- Sorted by count (most used first)
- Shows how many servers use each filter value
- Helps users discover what filters they can use

Example response:
{
  tags: [
    { value: 'search', count: 45 },
    { value: 'api', count: 32 },
    ...
  ],
  categories: [
    { value: 'development', count: 120 },
    { value: 'ai', count: 89 },
    ...
  ]
}
@github-actions
Copy link

github-actions bot commented Jan 2, 2026

🚀 Preview Deployments Ready!

Your changes have been deployed to preview environments:

📦 registry

🔗 View Preview

These previews will be automatically updated with new commits to this PR.


Deployed from commit: 2919797

@JonasJesus42 JonasJesus42 merged commit 25a88d1 into main Jan 2, 2026
6 of 9 checks passed
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants