Skip to content

fix: read MCP server version from package.json and update CLAUDE.md#3

Open
GhadiSaab wants to merge 3 commits into
mainfrom
forge/fix-mcp-version-and-docs
Open

fix: read MCP server version from package.json and update CLAUDE.md#3
GhadiSaab wants to merge 3 commits into
mainfrom
forge/fix-mcp-version-and-docs

Conversation

@GhadiSaab

Copy link
Copy Markdown
Owner

Summary

Two small fixes:

  1. MCP server version — removed hardcoded "1.0.0" in src/mcp/index.ts; now reads pkg.version from package.json at startup (currently 1.0.4).

  2. CLAUDE.md — replaced stale Phase 2 placeholder text with Phase 1 completion status. All 19 steps are implemented and validated; the doc still listed Phase 2 tasks (shell wrappers, CLI wizard, hook plugins) as future work when they're already done.

Files changed

  • src/mcp/index.ts — added dynamic package.json read, version now matches package.json
  • CLAUDE.md — Phase 2 → Phase 1 complete, validation gates marked as met

GhadiSaab added 3 commits June 9, 2026 15:51
- Add npm run build step to verify TypeScript compiles
- Add npm run lint step (eslint --max-warnings 0)
- Install eslint and @typescript-eslint as dev dependencies
- Add eslint.config.js with TypeScript support
- Clean up pre-existing unused variable warnings so CI passes green
- Enhance .gitignore with coverage, IDE, OS, env, log, and temp sections
- Add bug report issue template with environment checklist
- Add feature request issue template
- Add PR template with testing and architecture checklist
- Remove hardcoded version "1.0.0" in MCP server; read from package.json at startup
- Update stale Phase 2 text in CLAUDE.md to reflect Phase 1 completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant