Skip to content

mcp osgi compatibility #856

@garpinc

Description

@garpinc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions