Skip to content

Consolidates all mcp tools to take frameworks as arguments #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

nearestnabors
Copy link
Collaborator

This PR makes the MCP tools work across frameworks, reducing the number of tools an agent needs to create Tanstack applications. This is important because Agents work better with 5-6 tools. (Two for every JS framework isn't ideal!)
image

Closes #101

@nearestnabors nearestnabors requested a review from jherr June 5, 2025 19:38
@jherr jherr merged commit b12f2c7 into main Jun 5, 2025
@jherr jherr deleted the mcp-consolidation branch June 5, 2025 20:00
@@ -24,7 +24,7 @@ export function createFrameworkDefinition(): FrameworkDefinition {

return {
id: 'react-cra',
name: 'react',
name: 'React',
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the cause of #119

We're passing in lower case 'react' into the getFrameworkByName function and it breaks because it's case senstive.

jherr pushed a commit that referenced this pull request Jun 9, 2025
Fixes #119 

#116 make the names of the framework uppercase, but the default string
was still 'react' and `getFrameWorkByName` is case sensitive.

Build and run the cli, and check the results vs `pnpm create
tsrouter-app@0.15.8` (currrent latest)
@oliviermtl
Copy link

Mind blowing reactivity guys. Highly appreciated ❤️

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.

MCP consolidation
4 participants