@pathmode/mcp-server 1.13.0 → 1.13.1
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 +13 -7
- package/dist/index.js +1 -1
- package/manifest.json +2 -3
- package/package.json +2 -7
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# @pathmode/mcp-server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Deterministic intent preflight before your agent builds: six calibrated gates, keyless, no model call.
|
|
4
4
|
|
|
5
|
-
No signup
|
|
5
|
+
No signup and no API key. Specs live in `intent.md` in your repo, as plain markdown you own.
|
|
6
|
+
|
|
7
|
+
`check_intent_readiness` is the first move: it scores a spec against the six gates of the
|
|
8
|
+
[intent.md profile](https://intentspec.org/intent-md) and names the exact blockers, with no model
|
|
9
|
+
call, so the same spec always gets the same verdict. The Intent Compiler below drafts and sharpens
|
|
10
|
+
the spec that preflight grades.
|
|
6
11
|
|
|
7
12
|
## Intent Compiler
|
|
8
13
|
|
|
@@ -55,7 +60,7 @@ That's it. No API key needed.
|
|
|
55
60
|
|
|
56
61
|
### What You Get
|
|
57
62
|
|
|
58
|
-
**intent.md** — Structured spec with YAML frontmatter:
|
|
63
|
+
**intent.md** — Structured spec with YAML frontmatter, written in the open [IntentSpec format](https://intentspec.org/spec):
|
|
59
64
|
```markdown
|
|
60
65
|
---
|
|
61
66
|
id: "intent_17291..."
|
|
@@ -165,7 +170,7 @@ Get your API key from **Settings > API Keys** in the [Pathmode app](https://path
|
|
|
165
170
|
|
|
166
171
|
### Local Mode (Offline)
|
|
167
172
|
|
|
168
|
-
Local mode is the **default when no API key is configured**. It reads and writes `intent.md` in your
|
|
173
|
+
Local mode is the **default when no API key is configured**. It reads and writes [`intent.md`](https://intentspec.org/intent-md) in your
|
|
169
174
|
project directory, and nothing leaves your machine. Local mode includes `check_intent_readiness` —
|
|
170
175
|
the deterministic preflight that scores a spec against six calibrated gates and names the exact
|
|
171
176
|
blockers, with no model call (the same gate that runs at [preflight.pathmode.io](https://preflight.pathmode.io)).
|
|
@@ -300,9 +305,10 @@ Full privacy policy: [pathmode.io/privacy](https://pathmode.io/privacy)
|
|
|
300
305
|
|
|
301
306
|
## Links
|
|
302
307
|
|
|
303
|
-
- [
|
|
304
|
-
- [
|
|
305
|
-
- [
|
|
308
|
+
- [IntentSpec](https://intentspec.org/spec) — the open specification for the `intent.md` files this server writes
|
|
309
|
+
- [The intent.md profile](https://intentspec.org/intent-md) — the six checks `check_intent_readiness` scores against
|
|
310
|
+
- [Intent Compiler](https://pathmode.io/intent-compiler) — interactive setup and product overview
|
|
311
|
+
- [Pathmode](https://pathmode.io) — full platform for teams
|
|
306
312
|
- [Issues](https://github.com/pathmodeio/mcp-server/issues)
|
|
307
313
|
|
|
308
314
|
## License
|
package/dist/index.js
CHANGED
|
@@ -65268,7 +65268,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"$schema":"http://json-schema.org/dra
|
|
|
65268
65268
|
/***/ ((module) => {
|
|
65269
65269
|
|
|
65270
65270
|
"use strict";
|
|
65271
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@pathmode/mcp-server","version":"1.13.
|
|
65271
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@pathmode/mcp-server","version":"1.13.1","publishConfig":{"access":"public"},"mcpName":"io.github.pathmodeio/mcp-server","description":"Deterministic intent preflight before your agent builds: six calibrated gates, keyless, no model call. Draft and sharpen specs in conversation, or connect a Pathmode workspace to sync intent and evidence across a team.","main":"dist/index.js","bin":{"pathmode-mcp":"dist/index.js"},"files":["dist/","manifest.json","icon.svg","README.md","skills/"],"scripts":{"build":"rm -rf dist && ncc build src/index.ts -o dist","dev":"ts-node src/index.ts","prepublishOnly":"npm run build"},"keywords":["pathmode","mcp","model-context-protocol","claude-code","claude-code-skills","agent-skills","cursor","windsurf","intent-engineering","intent-compiler","ai-agents","product-development","dependency-graph","strategic-planning"],"author":"Pathmode","license":"MIT","type":"commonjs","engines":{"node":">=18.0.0"},"homepage":"https://pathmode.io","dependencies":{"@modelcontextprotocol/sdk":"^1.12.1","gray-matter":"^4.0.3","zod":"^3.24.0"},"devDependencies":{"@types/node":"^25.1.0","@vercel/ncc":"^0.38.4","ts-node":"^10.9.2","typescript":"^5.9.3"}}');
|
|
65272
65272
|
|
|
65273
65273
|
/***/ })
|
|
65274
65274
|
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "pathmode",
|
|
4
4
|
"display_name": "Pathmode",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.1",
|
|
6
6
|
"description": "Deterministic preflight for the intent you hand to a coding agent: six calibrated gates, the exact blockers named, no model call, no key needed.",
|
|
7
7
|
"long_description": "Pathmode MCP Server runs a deterministic preflight before your coding agent builds: check_intent_readiness scores an intent spec against six calibrated gates (title, objective, outcomes, constraints, edge cases, verification) and names the exact blockers, with no model call and no account. Keyless local mode works out of the box; specs live in intent.md in your repo, plain markdown you own, and skills for drafting, pressure-testing, and handing off intent ride along. Connect a Pathmode workspace with an API key to sync intent and evidence across a team, analyze dependency graphs, and verify pull requests against the outcomes you agreed to.",
|
|
8
8
|
"author": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"homepage": "https://pathmode.io",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "https://github.com/pathmodeio/mcp-server"
|
|
16
|
-
"directory": "packages/mcp-server"
|
|
15
|
+
"url": "https://github.com/pathmodeio/mcp-server"
|
|
17
16
|
},
|
|
18
17
|
"documentation": "https://pathmode.io/playbook",
|
|
19
18
|
"support": "https://github.com/pathmodeio/mcp-server/issues",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pathmode/mcp-server",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"mcpName": "io.github.pathmodeio/mcp-server",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "Deterministic intent preflight before your agent builds: six calibrated gates, keyless, no model call. Draft and sharpen specs in conversation, or connect a Pathmode workspace to sync intent and evidence across a team.",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"bin": {
|
|
11
11
|
"pathmode-mcp": "dist/index.js"
|
|
@@ -44,11 +44,6 @@
|
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=18.0.0"
|
|
46
46
|
},
|
|
47
|
-
"repository": {
|
|
48
|
-
"type": "git",
|
|
49
|
-
"url": "git+https://github.com/pathmodeio/mcp-server.git",
|
|
50
|
-
"directory": "packages/mcp-server"
|
|
51
|
-
},
|
|
52
47
|
"homepage": "https://pathmode.io",
|
|
53
48
|
"dependencies": {
|
|
54
49
|
"@modelcontextprotocol/sdk": "^1.12.1",
|