diff --git a/instructions/rust-mcp-server.instructions.md b/instructions/rust-mcp-server.instructions.md index 1759aaa..88b6a11 100644 --- a/instructions/rust-mcp-server.instructions.md +++ b/instructions/rust-mcp-server.instructions.md @@ -1,10 +1,6 @@ --- -title: Rust MCP Server Development Best Practices description: 'Best practices for building Model Context Protocol servers in Rust using the official rmcp SDK with async/await patterns' -applyTo: - - '**/*.rs' - - '**/Cargo.toml' - - '**/Cargo.lock' +applyTo: '**/*.rs' --- # Rust MCP Server Development Best Practices