@aiready/mcp-server 0.6.0 → 0.6.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.
@@ -11,7 +11,7 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  ESM dist/index.js 13.17 KB
14
- ESM ⚡️ Build success in 20ms
14
+ ESM ⚡️ Build success in 37ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 1369ms
16
+ DTS ⚡️ Build success in 2227ms
17
17
  DTS dist/index.d.ts 482.00 B
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/mcp-server@0.5.3 format-check /Users/pengcao/projects/aiready/packages/mcp-server
3
+ > @aiready/mcp-server@0.6.0 format-check /Users/pengcao/projects/aiready/packages/mcp-server
4
4
  > prettier --check . --ignore-path ../../.prettierignore
5
5
 
6
6
  Checking formatting...
@@ -0,0 +1,14 @@
1
+
2
+ 
3
+ > @aiready/mcp-server@0.6.0 format /Users/pengcao/projects/aiready/packages/mcp-server
4
+ > prettier --write . --ignore-path ../../.prettierignore
5
+
6
+ .env.smithery.well-known/mcp/server-card.json.well-known/mcp/server-card.json 13ms (unchanged)
7
+ package.jsonpackage.json 3ms (unchanged)
8
+ README.mdREADME.md 33ms (unchanged)
9
+ smithery.yamlsmithery.yaml 13ms (unchanged)
10
+ src/__tests__/server.test.tssrc/__tests__/server.test.ts 62ms (unchanged)
11
+ src/index.tssrc/index.ts 64ms (unchanged)
12
+ test-mcp.tstest-mcp.ts 11ms (unchanged)
13
+ tsconfig.jsontsconfig.json 1ms (unchanged)
14
+ tsup.config.tstsup.config.ts 22ms (unchanged)
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @aiready/mcp-server@0.6.0 lint:fix /Users/pengcao/projects/aiready/packages/mcp-server
4
+ > eslint . --fix
5
+
6
+  ELIFECYCLE  Command failed.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/mcp-server@0.5.3 lint /Users/pengcao/projects/aiready/packages/mcp-server
3
+ > @aiready/mcp-server@0.6.0 lint /Users/pengcao/projects/aiready/packages/mcp-server
4
4
  > eslint src
5
5
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @aiready/mcp-server@0.5.3 test /Users/pengcao/projects/aiready/packages/mcp-server
3
+ > @aiready/mcp-server@0.6.0 test /Users/pengcao/projects/aiready/packages/mcp-server
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -11,8 +11,8 @@
11
11
 
12
12
   Test Files 0 passed (1)
13
13
   Tests 0 passed (0)
14
-  Start at 09:53:14
15
-  Duration 101ms
14
+  Start at 23:40:25
15
+  Duration 102ms
16
16
  [?2026l[?2026hAIReady MCP Server started
17
17
  [MCP] Dynamically loading @aiready/pattern-detect for tool pattern-detect
18
18
  [MCP] Executing pattern-detect on /Users/pengcao/projects/aiready/packages/core (summary only)
@@ -21,48 +21,48 @@
21
21
 
22
22
   Test Files 0 passed (1)
23
23
   Tests 1 passed (10)
24
-  Start at 09:53:14
25
-  Duration 709ms
24
+  Start at 23:40:25
25
+  Duration 720ms
26
26
  [?2026l[?2026h
27
27
   ❯ src/__tests__/server.test.ts 2/10
28
28
 
29
29
   Test Files 0 passed (1)
30
30
   Tests 2 passed (10)
31
-  Start at 09:53:14
32
-  Duration 915ms
31
+  Start at 23:40:25
32
+  Duration 924ms
33
33
  [?2026l[?2026h
34
34
   ❯ src/__tests__/server.test.ts 3/10
35
35
 
36
36
   Test Files 0 passed (1)
37
37
   Tests 3 passed (10)
38
-  Start at 09:53:14
39
-  Duration 1.22s
38
+  Start at 23:40:25
39
+  Duration 1.94s
40
40
  [?2026l[?2026h[MCP] Executing pattern-detect on /Users/pengcao/projects/aiready/packages/core
41
41
 
42
42
   ❯ src/__tests__/server.test.ts 4/10
43
43
 
44
44
   Test Files 0 passed (1)
45
45
   Tests 4 passed (10)
46
-  Start at 09:53:14
47
-  Duration 1.63s
46
+  Start at 23:40:25
47
+  Duration 2.65s
48
48
  [?2026l[MCP] Dynamically loading @aiready/non-existent-tool for tool non-existent-tool
49
49
  [MCP] Failed to load tool package @aiready/non-existent-tool: Cannot find package '@aiready/non-existent-tool' imported from /Users/pengcao/projects/aiready/packages/mcp-server/dist/index.js
50
- ✓ src/__tests__/server.test.ts (10 tests) 1476ms
50
+ ✓ src/__tests__/server.test.ts (10 tests) 2480ms
51
51
  ✓ AIReady MCP Server Integration (10)
52
- ✓ should list available tools 4ms
53
- ✓ should expose correct input schema for tools including summary_only 3ms
54
- ✓ should execute pattern-detect with summary_only: true and return only summary  590ms
55
- ✓ should execute pattern-detect and return results  424ms
56
- ✓ should return error for unknown tool 4ms
57
- ✓ should return error for missing arguments 2ms
58
- ✓ should list available resources 2ms
52
+ ✓ should list available tools 11ms
53
+ ✓ should expose correct input schema for tools including summary_only 40ms
54
+ ✓ should execute pattern-detect with summary_only: true and return only summary  1253ms
55
+ ✓ should execute pattern-detect and return results  719ms
56
+ ✓ should return error for unknown tool 3ms
57
+ ✓ should return error for missing arguments 1ms
58
+ ✓ should list available resources 1ms
59
59
  ✓ should read resource content 1ms
60
60
  ✓ should list available prompts 1ms
61
- ✓ should get prompt content 1ms
61
+ ✓ should get prompt content 3ms
62
62
 
63
63
   Test Files  1 passed (1)
64
64
   Tests  10 passed (10)
65
-  Start at  09:53:14
66
-  Duration  1.72s (transform 63ms, setup 0ms, import 87ms, tests 1.48s, environment 0ms)
65
+  Start at  23:40:25
66
+  Duration  2.73s (transform 38ms, setup 0ms, import 75ms, tests 2.48s, environment 0ms)
67
67
 
68
68
  [?25h
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @aiready/mcp-server@0.5.3 type-check /Users/pengcao/projects/aiready/packages/mcp-server
3
+ > @aiready/mcp-server@0.6.0 type-check /Users/pengcao/projects/aiready/packages/mcp-server
4
4
  > tsc --noEmit
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/mcp-server",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "The AIReady Model Context Protocol (MCP) Server for Agentic Readiness. Optimize codebases for AI agents like Cursor, Windsurf, and Claude directly via MCP.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,16 +13,16 @@
13
13
  "@modelcontextprotocol/sdk": "^1.0.0",
14
14
  "chalk": "^5.3.0",
15
15
  "zod": "^4.3.6",
16
- "@aiready/ai-signal-clarity": "0.14.17",
17
- "@aiready/consistency": "0.21.15",
18
- "@aiready/agent-grounding": "0.14.15",
19
- "@aiready/change-amplification": "0.14.15",
20
- "@aiready/context-analyzer": "0.22.15",
21
- "@aiready/doc-drift": "0.14.15",
22
- "@aiready/core": "0.24.16",
23
- "@aiready/testability": "0.7.16",
24
- "@aiready/deps": "0.14.15",
25
- "@aiready/pattern-detect": "0.17.15"
16
+ "@aiready/agent-grounding": "0.14.16",
17
+ "@aiready/ai-signal-clarity": "0.14.18",
18
+ "@aiready/change-amplification": "0.14.16",
19
+ "@aiready/consistency": "0.21.16",
20
+ "@aiready/context-analyzer": "0.22.16",
21
+ "@aiready/core": "0.24.19",
22
+ "@aiready/deps": "0.14.16",
23
+ "@aiready/doc-drift": "0.14.16",
24
+ "@aiready/pattern-detect": "0.17.16",
25
+ "@aiready/testability": "0.7.17"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.0.0",
@@ -55,6 +55,8 @@
55
55
  "clean": "rm -rf dist",
56
56
  "start": "node dist/index.js",
57
57
  "type-check": "tsc --noEmit",
58
- "format-check": "prettier --check . --ignore-path ../../.prettierignore"
58
+ "format-check": "prettier --check . --ignore-path ../../.prettierignore",
59
+ "format": "prettier --write . --ignore-path ../../.prettierignore",
60
+ "lint:fix": "eslint . --fix"
59
61
  }
60
62
  }