Skip to content

Rewrite part 2: consolidate 53 tools into 4 meta-tools#65

Merged
joedursun merged 2 commits intomasterfrom
joe.rewrite-tools
Feb 19, 2026
Merged

Rewrite part 2: consolidate 53 tools into 4 meta-tools#65
joedursun merged 2 commits intomasterfrom
joe.rewrite-tools

Conversation

@joedursun
Copy link
Collaborator

This is the follow up to part 1.

This replaces the old paradigm of a tool for each API endpoint in the massive catalog with just 4 tools and will allow the MCP server to scale to a much larger set of API endpoints without meaningfully increasing token usage.

Replace 53 endpoint-specific tools with 4 composable meta-tools
(search_endpoints, get_endpoint_docs, call_api, query_data). Add
security hardening (env clearing, path allowlisting). Remove massive
SDK in favor of direct httpx calls.
Copy link
Collaborator

@rian-dolphin rian-dolphin left a comment

Choose a reason for hiding this comment

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

This rewrite is going to be a huge improvement!

@joedursun joedursun merged commit 48c01b9 into master Feb 19, 2026
4 checks passed
@joedursun joedursun deleted the joe.rewrite-tools branch February 19, 2026 17:43
@joedursun joedursun mentioned this pull request Mar 9, 2026
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