@svgrid/mcp 2.6.7 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2,11 +2,17 @@
2
2
  /**
3
3
  * SvGrid MCP server (stdio).
4
4
  *
5
- * Exposes the SvGrid example sources, docs, and curated API reference as
6
- * Model Context Protocol tools. Point an MCP-capable client (Claude
7
- * Desktop, Claude Code, etc.) at this server to give the model accurate,
8
- * version-pinned answers about SvGrid - no hallucinated APIs, no stale
9
- * blog-post output.
5
+ * Gives an MCP-capable client accurate, version-pinned answers about SvGrid -
6
+ * the real exported API, the shipped docs, 375 runnable demos - and, uniquely,
7
+ * a way to CHECK generated code against that surface before a user ever sees
8
+ * it.
9
+ *
10
+ * The surface is deliberately small. It was 36 tools, which cost ~4,710 tokens
11
+ * of `tools/list` on every single request; 79% of that was Studio, a commercial
12
+ * feature most sessions never touch. Five always-on tools cover the whole
13
+ * question-and-answer path - find, read, check-and-fix, preview, scaffold -
14
+ * Studio is four more behind an opt-in flag, and the old names all still work - they are just not listed, because listing is what
15
+ * costs tokens and calling an unlisted name costs nothing.
10
16
  *
11
17
  * Run with:
12
18
  * npx @svgrid/mcp