File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ description = "MCP server for core Elastisearch features"
8
8
homepage = " https://github.com/elastic/mcp-server-elasticsearch"
9
9
repository = " https://github.com/elastic/mcp-server-elasticsearch"
10
10
11
+ default-run = " elasticsearch-core-mcp-server"
12
+
11
13
[dependencies ]
12
14
# Base stuff
13
15
anyhow = " 1.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ COPY Cargo.toml Cargo.lock ./
13
13
# Cache dependencies
14
14
RUN --mount=type=cache,target=/usr/local/cargo/registry \
15
15
--mount=type=cache,target=/app/target \
16
- mkdir -p ./src && \
17
- echo "pub fn main() {}" > ./src/main .rs && \
16
+ mkdir -p ./src/bin && \
17
+ echo "pub fn main() {}" > ./src/bin/elasticsearch-core-mcp-server .rs && \
18
18
cargo build --release
19
19
20
20
COPY src ./src/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments