@archlinter/mcp-server 0.10.0 → 0.11.0-canary.2

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.
@@ -1,3 +1,7 @@
1
+ /**
2
+ * Provides a comprehensive help guide for the archlint MCP server tools.
3
+ * Returns a list of tool descriptions and usage tips.
4
+ */
1
5
  export declare function archlintHelp(): {
2
6
  content: {
3
7
  type: 'text';
@@ -1 +1 @@
1
- {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,IAAI;IAAE,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CA8C5E"}
1
+ {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,YAAY,IAAI;IAAE,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAAE,CA8C5E"}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * Provides a comprehensive help guide for the archlint MCP server tools.
3
+ * Returns a list of tool descriptions and usage tips.
4
+ */
1
5
  export function archlintHelp() {
2
6
  const helpText = `
3
7
  # archlint MCP Server Usage Guide
@@ -19,7 +23,7 @@ Get a summary of architectural health (grade, counts of issues).
19
23
  Get detailed information about detected smells with filtering and pagination.
20
24
  - **path**: (required) Absolute path to the project.
21
25
  - **types**: (optional) Filter by smell type (e.g., ["CyclicDependency", "GodModule"]).
22
- - **severity**: (optional) Minimum severity (info, low, medium, high, critical).
26
+ - **severity**: (optional) Minimum severity (low, medium, high, critical).
23
27
  - **file**: (optional) Filter smells by file path.
24
28
  - **minScore**: (optional) Filter smells by minimum score.
25
29
  - **limit/offset**: (optional) For pagination.
@@ -1 +1 @@
1
- {"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,YAAY;IAC1B,MAAM,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmClB,CAAC;IAEA,OAAO;QACL,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/tools/help.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,UAAU,YAAY;IAC1B,MAAM,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmClB,CAAC;IAEA,OAAO;QACL,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE,QAAQ;aACf;SACF;KACF,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archlinter/mcp-server",
3
- "version": "0.10.0",
3
+ "version": "0.11.0-canary.2",
4
4
  "description": "Model Context Protocol (MCP) server for archlint",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,6 +8,10 @@
8
8
  "url": "git+https://github.com/archlinter/archlint.git",
9
9
  "directory": "packages/mcp-server"
10
10
  },
11
+ "homepage": "https://archlinter.github.io/archlint/integrations/mcp-server.html",
12
+ "bugs": {
13
+ "url": "https://github.com/archlinter/archlint/issues"
14
+ },
11
15
  "type": "module",
12
16
  "bin": {
13
17
  "archlint-mcp": "./dist/index.js"
@@ -23,8 +27,8 @@
23
27
  "clean": "rm -rf dist"
24
28
  },
25
29
  "dependencies": {
26
- "@archlinter/core": "0.10.0",
27
- "@modelcontextprotocol/sdk": "^1.25.1",
30
+ "@archlinter/core": "0.11.0-canary.2",
31
+ "@modelcontextprotocol/sdk": "^1.25.2",
28
32
  "zod": "^4.2.1"
29
33
  },
30
34
  "devDependencies": {