docs: per-client MCP setup guides, token context performance, ECM example#53
Open
docs: per-client MCP setup guides, token context performance, ECM example#53
Conversation
…mple - Add docs/clients/ with setup guides for Claude Code, Claude Desktop, VS Code Copilot, Windsurf, Gemini CLI, and Cursor - Add docs/clients/token-context-performance.md — benchmark of 142-tool surface and context overhead per client - Add docs/clients/index.md with client comparison and quick-start links - Add .mcp.json.example — ready-to-use Claude Code MCP config - Add SECURITY.md with disclosure policy and supported versions - Add docs/examples/20_deep_retrofit_package.md — ECM package walkthrough (wall insulation + thermostat + window + PV stack with expected EUI ranges) - Fix ECM example: glazing requires SimpleGlazing via create_measure, not create_standard_opaque_material - Update README client compatibility table with per-client tool limits and links - CI: add test_skill_ecm_package.py to shard 2 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds per-client documentation, a token context performance benchmark, and a new ECM package example.
Added
docs/clients/— setup guides for Claude Code, Claude Desktop, VS Code Copilot, Windsurf, Gemini CLI, and Cursor (config files, tool limits, performance notes)docs/clients/token-context-performance.md— benchmark of 142-tool surface and context overhead per clientdocs/clients/index.md— client comparison and quick-start links.mcp.json.example— ready-to-use Claude Code MCP configSECURITY.md— disclosure policy and supported versionsdocs/examples/20_deep_retrofit_package.md— ECM package walkthrough (wall insulation + thermostat + window + PV)Fixed
SimpleGlazingviacreate_measure, notcreate_standard_opaque_materialCI
test_skill_ecm_package.pyadded to shard 2Split from #51.