@typescape-ai/mcp 1.10.0 → 1.11.1

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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/dist/mcp.js +135 -133
  3. package/package.json +4 -1
package/README.md CHANGED
@@ -190,10 +190,11 @@ Repo, asset, and collection support:
190
190
  ## Notes
191
191
 
192
192
  - Feature-gated tools return `feature_disabled` when the backing capability is off for the tenant.
193
+ - The server publishes a compact `typescape://workspace/summary` resource for ambient tool discovery and workspace context.
193
194
 
194
195
  ## Response Shape
195
196
 
196
- Every MCP tool returns JSON text in `content[0].text`.
197
+ Every MCP tool returns compact JSON text in `content[0].text`. The tool-call layer stays JSON for compatibility, while the workspace summary resource is optimized for agent bootstrap text.
197
198
 
198
199
  Success example:
199
200