-
Notifications
You must be signed in to change notification settings - Fork 185
fix tests after typescript-sdk became modulized #475
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
fix tests after typescript-sdk became modulized #475
Conversation
|
Thank you, @Fuud for PR, but let's make it a bit differently.
|
|
Thank you @Fuud. I am looking at the typescript tests right now. You may have a look at conformance tests, they're got broken. We should use package.json and specific versions of typescript dependencies to avoid unexpected changes. |
…tion tests (#477) # refactor(test): add centralized TypeScript server factory for integration tests - Create TypeScriptServer class for managing TypeScript MCP servers - Add dedicated typescript/ directory with server infrastructure - Refactor TsTestBase to use TypeScriptServer for stdio transport - Extract TypeScript test tools (greet, multi-greet, prompts, resources) - Use npx tsx for direct execution (better performance than npm run) - Install TypeScript dependencies automatically in test setup The TypeScriptServer factory provides: - startSse(port): Start SSE transport server - startStdio(): Start STDIO transport server - stop(): Graceful server shutdown - installDependencies(): npm install automation <!-- Provide a brief summary of your changes --> ## Motivation and Context To resurrect typescript tests ## How Has This Been Tested? Locally, CI ## Breaking Changes <!-- Will users need to update their code or configurations? --> ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [x] Test fix ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed ## Additional context #475
|
@Fuud, I guess the PR is no longer relevant. Do you think we should keep it open? |
|
Let's close this PR. |
Motivation and Context
kotlin-sdk-testusestypescript-sdkfrom git.Structure of
typescript-sdkwas changed, it was splitted on modules, now it requires pnpm.How Has This Been Tested?
regular gradle build now works as expected
Breaking Changes
no, only tests was changed
Types of changes
Checklist
Additional context