-
Notifications
You must be signed in to change notification settings - Fork 831
Closed as not planned
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
I had mentioned this before in #562 but it seems that it wasn't addressed.
mcp-spring-webmvc-0.18.1.jar
has io.modelcontextprotocol.server.transport package
and
mcp-core-1.0.0.jar
also has io.modelcontextprotocol.server.transport package
In my particular application I need both transports so I am currently forced to copy the source of one of the transports into my code base which is not at all ideal. Ideally if a class is in a different jar it should have a different package to support osgi constructs.
i.e: one of them should be changed to be io.modelcontextprotocol.server.webmvc.transport or io.modelcontextprotocol.server.core.transport
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right