@renseiai/agentfactory-mcp-server 0.8.58 → 0.9.0
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/src/tools.d.ts.map +1 -1
- package/dist/src/tools.js +2 -4
- package/package.json +2 -2
package/dist/src/tools.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../src/tools.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAA;
|
|
1
|
+
{"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../src/tools.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAA;AAoCxE;;;;;;;;;;GAUG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,SAAS,GAAG,IAAI,CAuX1D"}
|
package/dist/src/tools.js
CHANGED
|
@@ -6,13 +6,11 @@ const WORK_TYPES = [
|
|
|
6
6
|
'backlog-creation',
|
|
7
7
|
'development',
|
|
8
8
|
'inflight',
|
|
9
|
-
'inflight-coordination',
|
|
10
9
|
'qa',
|
|
11
10
|
'acceptance',
|
|
12
11
|
'refinement',
|
|
13
|
-
'coordination',
|
|
14
|
-
'
|
|
15
|
-
'acceptance-coordination',
|
|
12
|
+
'refinement-coordination',
|
|
13
|
+
'ga-readiness',
|
|
16
14
|
];
|
|
17
15
|
// Session status values for zod enum validation
|
|
18
16
|
const SESSION_STATUSES = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@renseiai/agentfactory-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server exposing AgentFactory fleet capabilities to MCP-aware clients",
|
|
6
6
|
"author": "Rensei AI (https://rensei.ai)",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
39
39
|
"zod": "^4.3.6",
|
|
40
|
-
"@renseiai/agentfactory-server": "0.
|
|
40
|
+
"@renseiai/agentfactory-server": "0.9.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^22.5.4",
|