mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[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:
committed by
intellij-monorepo-bot
parent
39068f3f87
commit
47d888a1a7
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user