Skip to content

feat: Add GitHub Actions CI workflow for build checks#2

Merged
steipete merged 3 commits intomainfrom
feature/add-ci-workflow
May 13, 2025
Merged

feat: Add GitHub Actions CI workflow for build checks#2
steipete merged 3 commits intomainfrom
feature/add-ci-workflow

Conversation

@steipete
Copy link
Owner

This PR introduces a GitHub Actions workflow (.github/workflows/ci.yml) that runs on pushes and PRs to the main branch. It checks out the code, installs dependencies, and runs npm run build to ensure the project compiles successfully. This will help prevent accidental build breakages.

steipete added 3 commits May 13, 2025 20:03
- Fixed syntax errors in src/server.ts introduced by a previous edit.
- Added examples for GitHub Pull Request creation and CI status checking to the 'code' tool description in src/server.ts and README.md.
- Removed all references to the 'options.tools' parameter from README.md to align with its removal from the codebase.
- Updated CHANGELOG.md to reflect these documentation and example enhancements.
@steipete steipete merged commit 613c0cb into main May 13, 2025
2 checks passed
@steipete steipete deleted the feature/add-ci-workflow branch May 13, 2025 19:13
github-actions bot referenced this pull request in mkXultra/claude-code-mcp Jan 20, 2026
# 1.0.0 (2026-01-20)

### Bug Fixes

* Apply npm pkg fix for bin path ([e47140d](e47140d))
* Remove commented-out debug logs from server.ts ([1ef44bb](1ef44bb))
* rm not use param ([ad9670c](ad9670c))
* update tests to match current implementation ([2aa7758](2aa7758))
* use VITEST env check for test detection and add createTestClient helper ([84fa153](84fa153))

### Features

* Add CHANGELOG and finalize server ([c50a6bb](c50a6bb))
* add CWD to code prompt and bump version to 1.1.0 ([b62c9c2](b62c9c2))
* add Gemini CLI support to MCP server ([a9942bc](a9942bc))
* Add GitHub Actions CI workflow for build checks ([#2](#2)) ([613c0cb](613c0cb))
* add process cleanup tool and simplify list output ([cc03323](cc03323))
* add semantic-release with npm trusted publishing ([ffdf7c8](ffdf7c8))
* add wait tool ,support gemini 3.9 and continue conversation gemini ([5d249ca](5d249ca))
* Codex セッション再開機能とMCP設定ファイルの追加 ([d02b329](d02b329))
* Finalize server with dynamic path finding and JSON output ([6c3c410](6c3c410))
* Integrate CWD parsing from prompt, fix lint errors ([5113edb](5113edb))
* Organize screenshots, enhance CI, and clean up Git tracking ([7bbc42d](7bbc42d))
* Refine server, JSON parsing, docs, and metadata ([4ab9a7f](4ab9a7f))
* Resolve npm link, ESM import, and MCP config issues ([7b0cc83](7b0cc83))
* **server:** Prepend system instruction to Claude prompts for broader file access context ([08b9f2d](08b9f2d))
* **server:** Release v1.6.0 - Updates timeout, changelog, error handling, and description ([4382617](4382617))
* **server:** Release v1.6.0 - Updates timeout, changelog, error handling, and description ([855be94](855be94))
* support codex for gpt5 ([e3111d8](e3111d8))
* Unify tools into agentic 'code' tool (v1.4.0) ([87c6704](87c6704))
* update 'code' tool description in server.ts for clarity and power ([dfd2327](dfd2327))
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