Skip to content

v0.2.0 - mcp-tanstack-start

Choose a tag to compare

@codyde codyde released this 29 Nov 19:34
· 7 commits to main since this release

Breaking Changes

Package renamed from mcp-start to mcp-tanstack-start

Update your dependencies:

npm uninstall mcp-start
npm install mcp-tanstack-start

Update your imports:

// Before
import { createMcpServer, defineTool } from 'mcp-start'

// After
import { createMcpServer, defineTool } from 'mcp-tanstack-start'

What's Changed

  • Renamed npm package to mcp-tanstack-start
  • Updated GitHub repo URLs
  • Updated all documentation references

Full Changelog: v0.1.1...v0.2.0