@agentbodega/mcp 0.1.5 → 0.1.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const VERSION = "0.1.
|
|
2
|
+
const VERSION = "0.1.6";
|
|
3
3
|
const DEFAULT_BASE_URL = "https://agentbodega.store";
|
|
4
4
|
const INSTRUCTIONS = "Use this server to discover AgentBodega offerings, inspect accepted inputs and examples, and generate HTTP/x402 call snippets. Do not use it to execute paid calls directly.";
|
|
5
5
|
class RpcError extends Error {
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"subfolder": "packages/agentbodega-mcp"
|
|
12
12
|
},
|
|
13
13
|
"websiteUrl": "https://agentbodega.store",
|
|
14
|
-
"version": "0.1.
|
|
14
|
+
"version": "0.1.6",
|
|
15
15
|
"icons": [
|
|
16
16
|
{
|
|
17
17
|
"src": "https://agentbodega.store/favicon.ico",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"registryType": "npm",
|
|
34
34
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
35
35
|
"identifier": "@agentbodega/mcp",
|
|
36
|
-
"version": "0.1.
|
|
36
|
+
"version": "0.1.6",
|
|
37
37
|
"transport": {
|
|
38
38
|
"type": "stdio"
|
|
39
39
|
},
|