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

@@ -50,6 +50,12 @@
<artifactId>mcp</artifactId>
<version>0.17.0</version>
</dependency>
<dependency>
<groupId>work.slhaf</groupId>
<artifactId>Partner-Common</artifactId>
<version>0.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>