Skip to content

Bump rmcp from 0.12.0 to 1.4.0

c2e3d98
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump rmcp from 0.12.0 to 1.4.0 #288

Bump rmcp from 0.12.0 to 1.4.0
c2e3d98
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed May 7, 2026 in 1s

clippy

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.94.1 (e408947bf 2026-03-25)
  • cargo 1.94.1 (29ea6fb6a 2026-03-24)
  • clippy 0.1.94 (e408947bfd 2026-03-25)

Annotations

Check failure on line 628 in src/mcp/server.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot create non-exhaustive struct using struct expression

error[E0639]: cannot create non-exhaustive struct using struct expression
   --> src/mcp/server.rs:613:9
    |
613 | /         ServerInfo {
614 | |             instructions: Some(
615 | |                 "Screenly MCP Server - Manage digital signage screens, assets, and playlists. \
616 | |                 Use API_TOKEN environment variable or ~/.screenly file for authentication.\n\n\
...   |
627 | |             ..Default::default()
628 | |         }
    | |_________^