[MCP Server] Add mcp-server as a dependency to start running tests on TC

(cherry picked from commit a07e52bdc9a1a2558150c86ee32bf049ce4336cc)

GitOrigin-RevId: a1f7e5c7f0645b26b9e819a227f4bf8d1645ee57
This commit is contained in:
Artem.Bukhonov
2025-06-19 21:42:41 +02:00
committed by intellij-monorepo-bot
parent 39068f3f87
commit 47d888a1a7
3 changed files with 3 additions and 1 deletions

View File

@@ -256,6 +256,7 @@ java_library(
"//plugins/maven/maven3-server-impl:server-m3-impl",
"//plugins/maven/maven36-server-impl:server-m36-impl",
"//plugins/maven/maven40-server-impl:server-m40",
"//plugins/mcp-server:mcpserver",
]
)
### auto-generated section `build intellij.idea.community.main` end

View File

@@ -256,5 +256,6 @@
<orderEntry type="module" module-name="intellij.maven.server.m3.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.maven.server.m36.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.maven.server.m40" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.mcpserver" scope="RUNTIME" />
</component>
</module>

View File

@@ -61,8 +61,8 @@ jvm_library(
"//platform/ide-core-impl",
"//plugins/mcp-server/mcpserver.stdio",
"@lib//:ktor-client-cio",
"//platform/util/concurrency",
"//platform/statistics",
"//platform/util/concurrency",
],
runtime_deps = [":mcpserver_resources"]
)