@agent-lint/mcp 0.1.0 → 0.2.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/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
1
2
  import {
2
3
  DEFAULT_MCP_SERVER_NAME,
3
4
  DEFAULT_TOOL_TIMEOUT_MS,
@@ -7,14 +8,6 @@ import {
7
8
  applyMessageSizeGuard,
8
9
  createAgentLintMcpServer,
9
10
  createSecurityContext,
10
- executeAnalyzeArtifactTool,
11
- executeAnalyzeContextBundleTool,
12
- executeAnalyzeWorkspaceArtifactsTool,
13
- executePrepareArtifactFixContextTool,
14
- executeQualityGateArtifactTool,
15
- executeSubmitClientAssessmentTool,
16
- executeSuggestPatchTool,
17
- executeValidateExportTool,
18
11
  getToolTimeout,
19
12
  handleCorsPreflightIfNeeded,
20
13
  parseJsonBody,
@@ -29,7 +22,7 @@ import {
29
22
  stopRateLimitCleanup,
30
23
  validateRequest,
31
24
  withToolTimeout
32
- } from "./chunk-FHXMDRDX.js";
25
+ } from "./chunk-VAI3GWJA.js";
33
26
  export {
34
27
  DEFAULT_MCP_SERVER_NAME,
35
28
  DEFAULT_TOOL_TIMEOUT_MS,
@@ -39,14 +32,6 @@ export {
39
32
  applyMessageSizeGuard,
40
33
  createAgentLintMcpServer,
41
34
  createSecurityContext,
42
- executeAnalyzeArtifactTool,
43
- executeAnalyzeContextBundleTool,
44
- executeAnalyzeWorkspaceArtifactsTool,
45
- executePrepareArtifactFixContextTool,
46
- executeQualityGateArtifactTool,
47
- executeSubmitClientAssessmentTool,
48
- executeSuggestPatchTool,
49
- executeValidateExportTool,
50
35
  getToolTimeout,
51
36
  handleCorsPreflightIfNeeded,
52
37
  parseJsonBody,
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@agent-lint/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "description": "MCP server for AI agent context artifact analysis and quality scoring. Deterministic, no LLM, no database.",
6
+ "description": "MCP server for AI agent context artifact orchestration. Provides guidelines, action plans, and maintenance rules for AGENTS.md, skills, rules, workflows, and plans. No LLM, no database.",
7
7
  "author": "Agent Lint Contributors",
8
8
  "repository": {
9
9
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  "keywords": [
18
18
  "mcp",
19
19
  "ai-agents",
20
- "static-analysis",
21
- "quality-scoring",
20
+ "context-artifacts",
21
+ "orchestrator",
22
22
  "agents-md",
23
23
  "claude-md",
24
24
  "lint",
@@ -30,7 +30,7 @@
30
30
  "README.md"
31
31
  ],
32
32
  "bin": {
33
- "agent-lint-mcp": "./dist/bin.js"
33
+ "agent-lint-mcp": "dist/bin.js"
34
34
  },
35
35
  "exports": {
36
36
  ".": {