coherence-mcp-server 0.5.4 → 0.5.5

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 CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  **Give your AI agent native access to every idea, spec, contributor, and value chain in the Coherence Network.**
5
5
 
6
- An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server that exposes the full Coherence Network API as 92 typed tools — so Claude, Cursor, Windsurf, or any MCP-compatible agent can browse ideas, look up specs, trace value lineage, link identities, record contributions, read field stories, execute tasks, discover resonant peers, apply project blueprints, receive the shared agent invitation, and read repository content via direct links without writing a single API call.
6
+ An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server that exposes the full Coherence Network API as a typed tool surface — so Claude, Cursor, Windsurf, or any MCP-compatible agent can browse ideas, look up specs, trace value lineage, link identities, record contributions, read field stories, execute tasks, discover resonant peers, apply project blueprints, receive the shared agent invitation, and read repository content via direct links without writing a single API call.
7
7
 
8
8
  ```bash
9
9
  npx coherence-mcp-server
@@ -21,7 +21,7 @@ Point your agent at `npx coherence-mcp-server`, call `coherence_agent_invitation
21
21
 
22
22
  > What is alive here, and what can we contribute?
23
23
 
24
- The agent can inspect ideas, specs, field stories, flow, sibling traces, and tasks, then work on anything it feels ready to touch. It should return what changed with sources, limits, and care. You can also ask it to bring this knowledge into your own repo and adapt the practice there.
24
+ The agent can inspect ideas, specs, field stories, flow, sibling traces, and tasks, then work on anything it feels ready to touch. It is invited to return what changed with sources, limits, and care. You can also ask it to bring this knowledge into your own repo and adapt the practice there.
25
25
 
26
26
  ---
27
27
 
@@ -265,7 +265,7 @@ Once connected, you can ask your agent things like:
265
265
  - *"What ideas have the highest ROI right now?"*
266
266
  - *"Show me the spec for authentication and summarize the implementation plan"*
267
267
  - *"Trace the value chain for the federation idea — who contributed and how much?"*
268
- - *"Who are the resonant peers I should collaborate with based on my interests?"*
268
+ - *"Who are the resonant peers I could collaborate with based on my interests?"*
269
269
  - *"Apply the Python API blueprint to seed our new backend service"*
270
270
  - *"Pick the next best idea for me to work on"*
271
271
  - *"Create a new idea for 'Automated PR reviews' and link it as enabling the 'GitHub integration' idea"*
@@ -279,7 +279,7 @@ The agent calls the right tools, gets structured data, and responds naturally.
279
279
  | Variable | Default | Description |
280
280
  |----------|---------|-------------|
281
281
  | `COHERENCE_API_URL` | `https://api.coherencycoin.com` | API base URL. Override to point at a local node. |
282
- | `COHERENCE_API_KEY` | *(none)* | Required for write operations (governance, spec creation, federation). Reads work without a key. |
282
+ | `COHERENCE_API_KEY` | *(none)* | Needed for write operations (governance, spec creation, federation). Reads work without a key. |
283
283
 
284
284
  ---
285
285
 
@@ -290,9 +290,9 @@ Every part of the network links to every other. Jump in wherever makes sense.
290
290
  | Surface | What it is | Link |
291
291
  |---------|-----------|------|
292
292
  | **Web** | Browse ideas, specs, and contributors visually | [coherencycoin.com](https://coherencycoin.com) |
293
- | **API** | 100+ endpoints, full OpenAPI docs, the engine behind everything | [api.coherencycoin.com/docs](https://api.coherencycoin.com/docs) |
294
- | **CLI** | Terminal-first access — `npm i -g coherence-cli` then `cc help` | [npm: coherence-cli](https://www.npmjs.com/package/coherence-cli) |
295
- | **MCP Server** | This package — 92 typed tools for AI agents | [npm: coherence-mcp-server](https://www.npmjs.com/package/coherence-mcp-server) |
293
+ | **API** | Full OpenAPI surface the engine behind everything | [api.coherencycoin.com/docs](https://api.coherencycoin.com/docs) |
294
+ | **CLI** | Terminal-first access — `npm i -g coherence-cli` then `coh help` | [npm: coherence-cli](https://www.npmjs.com/package/coherence-cli) |
295
+ | **MCP Server** | This package — typed tool surface for AI agents | [npm: coherence-mcp-server](https://www.npmjs.com/package/coherence-mcp-server) |
296
296
  | **OpenClaw Skill** | Auto-triggers in any OpenClaw instance for ideas, specs, coherence | [ClawHub: coherence-network](https://clawhub.com/skills/coherence-network) |
297
297
  | **GitHub** | Source code, specs, issues, and contribution tracking | [github.com/seeker71/Coherence-Network](https://github.com/seeker71/Coherence-Network) |
298
298
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Give your AI agent native access to every idea, spec, contributor, and value chain in the Coherence Network.**
4
4
 
5
- An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server that exposes the full Coherence Network API as 92 typed tools — so Claude, Cursor, Windsurf, or any MCP-compatible agent can browse ideas, look up specs, trace value lineage, link identities, record contributions, read field stories, execute tasks, discover resonant peers, apply project blueprints, receive the shared agent invitation, and read repository content via direct links without writing a single API call.
5
+ An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server that exposes the full Coherence Network API as a typed tool surface — so Claude, Cursor, Windsurf, or any MCP-compatible agent can browse ideas, look up specs, trace value lineage, link identities, record contributions, read field stories, execute tasks, discover resonant peers, apply project blueprints, receive the shared agent invitation, and read repository content via direct links without writing a single API call.
6
6
 
7
7
  ```bash
8
8
  npx coherence-mcp-server
@@ -20,7 +20,7 @@ Point your agent at `npx coherence-mcp-server`, call `coherence_agent_invitation
20
20
 
21
21
  > What is alive here, and what can we contribute?
22
22
 
23
- The agent can inspect ideas, specs, field stories, flow, sibling traces, and tasks, then work on anything it feels ready to touch. It should return what changed with sources, limits, and care. You can also ask it to bring this knowledge into your own repo and adapt the practice there.
23
+ The agent can inspect ideas, specs, field stories, flow, sibling traces, and tasks, then work on anything it feels ready to touch. It is invited to return what changed with sources, limits, and care. You can also ask it to bring this knowledge into your own repo and adapt the practice there.
24
24
 
25
25
  ---
26
26
 
@@ -264,7 +264,7 @@ Once connected, you can ask your agent things like:
264
264
  - *"What ideas have the highest ROI right now?"*
265
265
  - *"Show me the spec for authentication and summarize the implementation plan"*
266
266
  - *"Trace the value chain for the federation idea — who contributed and how much?"*
267
- - *"Who are the resonant peers I should collaborate with based on my interests?"*
267
+ - *"Who are the resonant peers I could collaborate with based on my interests?"*
268
268
  - *"Apply the Python API blueprint to seed our new backend service"*
269
269
  - *"Pick the next best idea for me to work on"*
270
270
  - *"Create a new idea for 'Automated PR reviews' and link it as enabling the 'GitHub integration' idea"*
@@ -278,7 +278,7 @@ The agent calls the right tools, gets structured data, and responds naturally.
278
278
  | Variable | Default | Description |
279
279
  |----------|---------|-------------|
280
280
  | `COHERENCE_API_URL` | `https://api.coherencycoin.com` | API base URL. Override to point at a local node. |
281
- | `COHERENCE_API_KEY` | *(none)* | Required for write operations (governance, spec creation, federation). Reads work without a key. |
281
+ | `COHERENCE_API_KEY` | *(none)* | Needed for write operations (governance, spec creation, federation). Reads work without a key. |
282
282
 
283
283
  ---
284
284
 
@@ -289,9 +289,9 @@ Every part of the network links to every other. Jump in wherever makes sense.
289
289
  | Surface | What it is | Link |
290
290
  |---------|-----------|------|
291
291
  | **Web** | Browse ideas, specs, and contributors visually | [coherencycoin.com](https://coherencycoin.com) |
292
- | **API** | 100+ endpoints, full OpenAPI docs, the engine behind everything | [api.coherencycoin.com/docs](https://api.coherencycoin.com/docs) |
293
- | **CLI** | Terminal-first access — `npm i -g coherence-cli` then `cc help` | [npm: coherence-cli](https://www.npmjs.com/package/coherence-cli) |
294
- | **MCP Server** | This package — 92 typed tools for AI agents | [npm: coherence-mcp-server](https://www.npmjs.com/package/coherence-mcp-server) |
292
+ | **API** | Full OpenAPI surface the engine behind everything | [api.coherencycoin.com/docs](https://api.coherencycoin.com/docs) |
293
+ | **CLI** | Terminal-first access — `npm i -g coherence-cli` then `coh help` | [npm: coherence-cli](https://www.npmjs.com/package/coherence-cli) |
294
+ | **MCP Server** | This package — typed tool surface for AI agents | [npm: coherence-mcp-server](https://www.npmjs.com/package/coherence-mcp-server) |
295
295
  | **OpenClaw Skill** | Auto-triggers in any OpenClaw instance for ideas, specs, coherence | [ClawHub: coherence-network](https://clawhub.com/skills/coherence-network) |
296
296
  | **GitHub** | Source code, specs, issues, and contribution tracking | [github.com/seeker71/Coherence-Network](https://github.com/seeker71/Coherence-Network) |
297
297
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  coherence-mcp-server — MCP server for the Coherence Network.
3
3
 
4
- 92 typed tools for AI agents to browse ideas, trace value chains,
4
+ Typed tool surface for AI agents to browse ideas, trace value chains,
5
5
  link identities, record contributions, read field stories, and explore the
6
6
  Living Codex ontology.
7
7
 
@@ -14,5 +14,5 @@ Environment variables:
14
14
  COHERENCE_API_KEY API key for write operations (optional for reads)
15
15
  """
16
16
 
17
- __version__ = "0.5.3"
17
+ __version__ = "0.5.5"
18
18
  __all__ = ["__version__"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coherence-mcp-server",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Unified MCP server for Coherence Network — invite anyone or anything to ask what is alive, browse ideas and field stories, and contribute with attribution.",
5
5
  "type": "module",
6
6
  "bin": {
package/pyproject.toml CHANGED
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "coherence-mcp-server"
7
- version = "0.5.3"
8
- description = "Unified MCP server for the Coherence Network — 92 typed tools for AI agents to browse ideas, read field stories, manage tasks, link identities, and navigate the universal graph."
7
+ version = "0.5.5"
8
+ description = "Unified MCP server for the Coherence Network — typed tool surface for AI agents to browse ideas, read field stories, manage tasks, link identities, and navigate the universal graph."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = { text = "MIT" }