@mindstudio-ai/agent 0.1.9 → 0.1.10
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 +8 -2
- package/dist/cli.js +164 -374
- package/dist/index.d.ts +35 -343
- package/dist/index.js +157 -370
- package/dist/index.js.map +1 -1
- package/dist/postinstall.js +164 -374
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,9 +95,15 @@ npx @mindstudio-ai/agent generate-text --message "Hello"
|
|
|
95
95
|
|
|
96
96
|
### MCP server
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
**Claude Code** (one-time setup):
|
|
99
|
+
```bash
|
|
100
|
+
claude mcp add mindstudio -- mindstudio mcp
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
That's it — Claude Code will discover the MCP server on next launch. Auth is picked up from `mindstudio login` automatically.
|
|
104
|
+
|
|
105
|
+
**Other MCP clients** (Cursor, VS Code, Windsurf, etc.) — add to your config:
|
|
99
106
|
|
|
100
|
-
**With standalone binary** (recommended — faster startup, no Node required):
|
|
101
107
|
```json
|
|
102
108
|
{
|
|
103
109
|
"mcpServers": {
|