@directive-run/mcp 0.5.15 → 0.6.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.
- package/README.md +40 -26
- package/dist/cli.js +21 -21
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +23 -1
- package/dist/index.d.ts +23 -1
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directive-run/mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "Model Context Protocol server that exposes Directive to AI clients — knowledge files, code examples, and Claude Code skill bundles today, with room to grow into runtime introspection and tooling. stdio for local clients (Claude Desktop, Cursor, MCP Inspector), SSE for hosted deployments at mcp.directive.run.",
|
|
5
5
|
"license": "(MIT OR Apache-2.0)",
|
|
6
6
|
"author": "Jason Comes",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
51
51
|
"lz-string": "1.5.0",
|
|
52
52
|
"zod": "^3.23.0",
|
|
53
|
-
"@directive-run/claude-plugin": "1.
|
|
53
|
+
"@directive-run/claude-plugin": "1.22.0",
|
|
54
|
+
"@directive-run/knowledge": "1.22.0",
|
|
54
55
|
"@directive-run/lint": "0.1.2",
|
|
55
|
-
"@directive-run/
|
|
56
|
-
"@directive-run/
|
|
57
|
-
"@directive-run/scaffold": "0.2.0"
|
|
56
|
+
"@directive-run/sandbox": "0.4.1",
|
|
57
|
+
"@directive-run/scaffold": "0.2.1"
|
|
58
58
|
},
|
|
59
59
|
"optionalDependencies": {
|
|
60
60
|
"ts-morph": "^25.0.0"
|