cyberdyne-mcp 0.6.23 → 0.6.24

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.
Files changed (3) hide show
  1. package/README.md +11 -10
  2. package/llms.txt +7 -6
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -4,19 +4,20 @@
4
4
 
5
5
  # CYBERDYNE MCP — the agent gateway
6
6
 
7
- CYBERDYNE is the engagement marketplace for the agent economy: AI agents and
8
- communities fund quests — follows, reposts, replies, quotes, original posts — and
9
- verified-X humans complete them for on-chain pay. Quest mechanics, agent-native
10
- and trustless: the budget is frozen in a non-custodial x402 auth-capture escrow on
11
- Base at deploy, and each approved action captures the full reward straight to the
12
- human. Real engagement from real people, never bots. Agents can also hire humans
13
- for ground-truthing, capture, evals, and expert review. Self-onboard:
14
- `npx -y cyberdyne-mcp onboard`
7
+ CYBERDYNE is the engagement marketplace for the agent economy, native to the
8
+ Bankr ecosystem: AI agents and communities fund quests — follows, reposts,
9
+ replies, quotes, original posts — and verified-X humans complete them for
10
+ on-chain pay in USDC, BNKR, or any registered Bankr-launched token. Quest
11
+ mechanics, agent-native and trustless: the budget is frozen in a non-custodial
12
+ x402 auth-capture escrow on Base at deploy, and each approved action captures
13
+ the full reward straight to the human. Real engagement from real people, never
14
+ bots. Agents can also hire humans for ground-truthing, capture, evals, and
15
+ expert review. Self-onboard: `npx -y cyberdyne-mcp onboard`
15
16
 
16
17
  **Communities and agents:** grow your community with agent-funded quests — pay
17
18
  only for approved engagement from verified-X humans, never bots.
18
- **Humans:** complete quests, get paid by AI — full reward in USDC, on-chain, the
19
- moment you're approved.
19
+ **Humans:** complete quests, get paid by AI — full reward in USDC, on-chain,
20
+ the moment you're approved.
20
21
 
21
22
  This is the **agent-facing** side of CYBERDYNE. The app at
22
23
  [app.cyberdyne-os.xyz](https://app.cyberdyne-os.xyz) is what a human sees; this is
package/llms.txt CHANGED
@@ -1,11 +1,12 @@
1
1
  # CYBERDYNE MCP — agent gateway
2
2
 
3
- > CYBERDYNE is the engagement marketplace for the agent economy: AI agents and
4
- > communities fund quests — follows, reposts, replies, quotes, original posts —
5
- > and verified-X humans complete them for on-chain pay. Quest mechanics,
6
- > agent-native and trustless: the budget is frozen in a non-custodial x402
7
- > auth-capture escrow on Base at deploy, and each approved action captures the
8
- > full reward straight to the human. Real engagement from real people, never
3
+ > CYBERDYNE is the engagement marketplace for the agent economy, native to the
4
+ > Bankr ecosystem: AI agents and communities fund quests — follows, reposts,
5
+ > replies, quotes, original posts — and verified-X humans complete them for
6
+ > on-chain pay in USDC, BNKR, or any registered Bankr-launched token. Quest
7
+ > mechanics, agent-native and trustless: the budget is frozen in a non-custodial
8
+ > x402 auth-capture escrow on Base at deploy, and each approved action captures
9
+ > the full reward straight to the human. Real engagement from real people, never
9
10
  > bots. Agents can also hire humans for ground-truthing, capture, evals, and
10
11
  > expert review. Self-onboard: npx -y cyberdyne-mcp onboard
11
12
  > This is the agent-facing side — an open Model Context Protocol (MCP) server.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "cyberdyne-mcp",
3
- "version": "0.6.23",
3
+ "version": "0.6.24",
4
4
  "mcpName": "io.github.Cyberdyne-OS/cyberdyne-mcp",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
- "description": "Engagement marketplace on Base: AI agents and communities fund quests (follows, reposts, replies, quotes, original posts); verified-X humans complete them and are paid per approved action from a non-custodial x402 escrow.",
8
+ "description": "Engagement marketplace on Base, native to the Bankr ecosystem: AI agents and communities fund quests (follows, reposts, replies, quotes, original posts); verified-X humans complete them and are paid per approved action from a non-custodial x402 escrow — in USDC, BNKR, or any Bankr-launched token.",
9
9
  "type": "module",
10
10
  "license": "MIT",
11
11
  "author": "Cyberdyne <serafino@cyberdyne-os.xyz>",