This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Create session management #54
Annotations
4 warnings
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L427
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:427:42
|
427 | handle_initialize(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
Raw Output:
otel-worker-cli/src/commands/mcp.rs:427:42:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:427:42
|
427 | handle_initialize(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L430
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:430:46
|
430 | handle_resources_list(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:430:46:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:430:46
|
430 | handle_resources_list(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L433
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:433:46
|
433 | handle_resources_read(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:433:46:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:433:46
|
433 | handle_resources_read(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Create binary for x86_64-unknown-linux-gnu:
otel-worker-cli/src/commands/mcp.rs#L436
[clippy] reported by reviewdog 🐶
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:436:36
|
436 | handle_ping(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
Raw Output:
otel-worker-cli/src/commands/mcp.rs:436:36:w:warning: this expression creates a reference which is immediately dereferenced by the compiler
--> otel-worker-cli/src/commands/mcp.rs:436:36
|
436 | handle_ping(state, &session, request.id, inner_request.params).await
| ^^^^^^^^ help: change this to: `session`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
__END__
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
otel-worker-cli_x86_64-unknown-linux-gnu
Expired
|
7.8 MB |
sha256:6532c0942b2ab9f55c75d29c083c9b0f7a5989de85b035d66a7b01f4a081d4ec
|
|