-
Notifications
You must be signed in to change notification settings - Fork 10
ci: add mcp-server and agent-client to test matrix #1398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+2,800
−337
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d528936 to
4d16056
Compare
2 new issues
|
These packages were missing from the CI test matrix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add missing tsconfig.eslint.json for agent-client package - Fix server.test.ts env variable restoration (process.env cannot be reassigned wholesale - individual keys must be restored) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add braces after if conditions (curly rule) - Fix unused TypeScript generics with eslint-disable comments - Fix prettier formatting issues - Fix import order in test file - Convert done callbacks to Promise-based patterns (jest/no-done-callback) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove mcp-server from test matrix (has 43 pre-existing lint errors) - Keep server.test.ts env restoration fix for when mcp-server is re-added - Add comment explaining the temporary exclusion The mcp-server package needs its lint errors fixed in a separate PR before it can be added to CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix .js.js double extensions in mcp-server imports - Add superagent to mcp-server devDependencies - Fix _meta underscore dangle using destructuring - Remove duplicate createJsonApiSchema helpers - Fix revokeToken unused params with void expressions - Remove unused TypingsSchema generics from agent-client classes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove the ESM-specific import/extensions rule override for mcp-server to be consistent with other packages in the monorepo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
d1ea7d8 to
8804975
Compare
VincentMolinie
approved these changes
Dec 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Summary
mcp-serverandagent-clientpackages to the CI test matrixTest plan
🤖 Generated with Claude Code