From 88ae94fd0a455459067cc7d4d957ca16fb380491 Mon Sep 17 00:00:00 2001 From: Troy Taylor Date: Thu, 16 Oct 2025 15:21:00 -0400 Subject: [PATCH] Fix Rust instruction file metadata - use single applyTo pattern --- instructions/rust-mcp-server.instructions.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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