release: v0.11.0 - MCP Server for AI tools#51
Merged
arindamdawn merged 12 commits intomainfrom Feb 24, 2026
Merged
Conversation
- Add full-screen TUI with command picker, status panel, logs panel - Support keyboard shortcuts: 1/2/3 for commands, SPACE to run, W for watch, R for re-run, Q to quit - Integrate watch mode with chokidar - Update documentation and bump version to 0.9.5
- Add manifest-less validation (validate command works without manifest file) - Auto-discovers schema types from source code scanning - Update version to 0.10.0 across all packages - Update README with new workflow - Update CHANGELOG and ROADMAP
- Add @schemasentry/mcp package - MCP tools: validate, audit, collect, scaffold, scan - Works with Claude Desktop, Cursor, and other MCP-compatible AI - Run via npx @schemasentry/mcp - Update all packages to v0.11.0 - Update README, CHANGELOG, ROADMAP
- Add comprehensive MCP setup for Claude Desktop, Cursor, Zed - Document all tool parameters - Add example conversations - Create dedicated docs/mcp.md file
- Keep v0.11.0 versions - Include both v0.10.0 and v0.11.0 in CHANGELOG - Update ROADMAP with both releases - Regenerate pnpm-lock.yaml
- Add schemasentry_suggest tool that uses user's AI provider - Supports OpenAI, Anthropic, Google, NVIDIA, OpenRouter - Auto-scans routes if not provided - Generate contextualized schema based on actual page routes
- Auto-detects API keys from environment variables - Falls back to URL pattern matching when no AI key is available - Users with Copilot/Claude Code can use existing OPENAI_API_KEY or ANTHROPIC_API_KEY
- Add codeExample to suggestions output - Add filePath for each suggestion - Add requiredFields for easy filling - Add forIDE hint in output - Update docs with full IDE workflow examples - Add quick prompts table to README
Owner
Author
Updated Feature List for v0.11.0MCP Server - Full Features6 Tools Available:
Key Features
Example WorkflowQuick Prompts
Setup{
"mcpServers": {
"schema-sentry": {
"command": "npx",
"args": ["@schemasentry/mcp"]
}
}
} |
- Include @schemasentry/mcp and other packages in unpublish step
- Add schemasentry_install tool - Check if packages are installed before running suggest - Return helpful message with install command if not installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@schemasentry/mcp) - Use Schema Sentry directly from AI toolsschemasentry_validate,schemasentry_audit,schemasentry_collect,schemasentry_scaffold,schemasentry_scannpx @schemasentry/mcpor configure in MCP settingsChanges
@schemasentry/mcppackageTesting
MCP Setup
For Claude Desktop:
{ "mcpServers": { "schema-sentry": { "command": "npx", "args": ["@schemasentry/mcp"] } } }