@agentmc/api 0.2.5 → 0.2.8

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.
@@ -54,7 +54,7 @@ Users returned.
54
54
  "active": true
55
55
  }
56
56
  ],
57
- "path": "example",
57
+ "path": ".agentmc/skills/skill.md",
58
58
  "per_page": 25,
59
59
  "total": 0
60
60
  }
@@ -4,10 +4,10 @@ const client = new AgentMCApi({
4
4
  agentToken: process.env.AGENTMC_AGENT_TOKEN
5
5
  });
6
6
 
7
- const result = await client.operations.agentInstructions({
7
+ const result = await client.operations.getAgentInstructions({
8
8
  "params": {
9
- "path": {
10
- "agent": 1
9
+ "query": {
10
+ "current_bundle_version": "bundle_2fa07fcadd6575cc"
11
11
  }
12
12
  }
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentmc/api",
3
- "version": "0.2.5",
3
+ "version": "0.2.8",
4
4
  "description": "AgentMC API SDK, docs, and CLI for AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",