@supermodeltools/mcp-server 0.11.4 → 0.11.6

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -306,6 +306,12 @@ Set the `DEBUG` environment variable for verbose logging:
306
306
  }
307
307
  ```
308
308
 
309
+ ## Blog
310
+
311
+ - [Why Code Graphs Matter for AI Agents](https://greynewell.com/blog/why-code-graphs-matter/)
312
+ - [The Architecture of Supermodel's Code Graph API](https://greynewell.com/blog/supermodel-code-graph-api-architecture/)
313
+ - [Building Uncompact: Lessons from Production](https://greynewell.com/blog/building-uncompact-lessons-from-production/)
314
+
309
315
  ## Links
310
316
 
311
317
  - [API Documentation](https://docs.supermodeltools.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supermodeltools/mcp-server",
3
- "version": "0.11.4",
3
+ "version": "0.11.6",
4
4
  "description": "MCP server for Supermodel API - code graph generation for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@modelcontextprotocol/sdk": "^1.0.1",
41
- "@supermodeltools/sdk": "0.11.4",
41
+ "@supermodeltools/sdk": "0.11.6",
42
42
  "archiver": "^7.0.1",
43
43
  "ignore": "^7.0.5",
44
44
  "jq-web": "^0.6.2",