modelcontextprotocol / modelcontextprotocol/kotlin-sdk
Provide easy way to create testing client from server
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 1.5k
- Forks
- 248
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 23
Description
Is your feature request related to a problem? Please describe.
It's difficult to test a server ATM since creating a client for it is not straightforward - you probably need to implement your own transport to link them.
Describe the solution you'd like
A straightforward way to create a client from a server for testing. Could be in a dedicated testing artifact.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing server, client, and transport entry points to understand how they are currently connected and why a custom transport is needed. Define a testing artifact or API that creates a client from a server, then verify that a server can be exercised without implementing a separate transport.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100