You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add three convenience MCP tools (install_package, search_log, inspect_data),
an on-demand Stata reference library under skills/stata-code/references/, and
a deterministic skill-zip packaging script. Bump all release version literals
0.7.1 → 0.7.2 and refresh the plugin tool count (15 → 18).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@
6
6
},
7
7
"metadata": {
8
8
"description": "Agent-native Stata bridge — MCP server, Jupyter kernel, and VS Code extension sharing one v1.0 result schema.",
9
-
"version": "0.7.1"
9
+
"version": "0.7.2"
10
10
},
11
11
"plugins": [
12
12
{
13
13
"name": "stata-code",
14
14
"source": ".",
15
15
"description": "Run Stata code from Claude Code through the stata-code MCP server (typed errors, token-economy logs/graphs, multi-session) and an agent skill that teaches Claude the result schema and Stata workflows.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "stata-code",
3
-
"version": "0.7.1",
4
-
"description": "Agent-native Stata bridge for Claude Code. Bundles an MCP server (15 tools, token-economy result schema, typed errors, multi-session) and an agent skill that teaches Claude how to call it idiomatically.",
3
+
"version": "0.7.2",
4
+
"description": "Agent-native Stata bridge for Claude Code. Bundles an MCP server (18 tools, token-economy result schema, typed errors, multi-session) and an agent skill with an on-demand Stata reference library that teaches Claude how to call it idiomatically.",
0 commit comments