refactor(mcp): move InProcessMcpTransport into Partner-Common module

Context:
Action modules in Partner-Main and SandboxRunner module rely on in-process MCP transport to support dynamically action generating.
This commit is contained in:
2025-12-24 19:34:04 +08:00
parent dcbd2c6569
commit 592e2604d9
4 changed files with 56 additions and 36 deletions

View File

@@ -11,6 +11,14 @@
<artifactId>Partner-Common</artifactId>
<dependencies>
<!-- https://mvnrepository.com/artifact/io.modelcontextprotocol.sdk/mcp -->
<dependency>
<groupId>io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp</artifactId>
<version>0.17.0</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>