Skip to content

Commit db066cd

Browse files
authored
Merge pull request #77 from chenrui333/fix/mcp-implementation-fields
fix(mcp): add missing fields to Implementation struct initialization
2 parents c5824f5 + ba63153 commit db066cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cmd/mcp.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ impl ServerHandler for JwtHackServer {
366366
server_info: Implementation {
367367
name: "jwt-hack".to_string(),
368368
version: env!("CARGO_PKG_VERSION").to_string(),
369+
title: Some("JWT-HACK".to_string()),
370+
website_url: Some(env!("CARGO_PKG_REPOSITORY").to_string()),
371+
icons: None,
369372
},
370373
instructions: Some("JWT-HACK MCP Server - Provides tools for JWT security testing including decode, encode, verify, crack, and payload generation.".to_string()),
371374
}

0 commit comments

Comments
 (0)