Skip to content

Commit 55d9e3e

Browse files
committed
Use different resources
1 parent b3630b1 commit 55d9e3e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/concepts/dsc-mcp-server.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ generic advice.
5656
When you need to configure something specific, agents can examine the exact properties and
5757
capabilities of relevant resources. For instance:
5858

59-
- **You ask**: "I need to configure a Windows service to start automatically"
60-
- **Agent examines**: The `Microsoft.Windows/WindowsService` resource schema
61-
- **Agent provides**: The exact property names and valid values needed for your configuration
59+
- **You ask**: "I need to install packages on my Linux system using apt"
60+
- **Agent examines**: The `Microsoft.Linux.Apt/Package` resource schema
61+
- **Agent provides**: The exact property names and valid values needed for your package
62+
installation configuration
6263

6364
This ensures the guidance you receive matches what's actually available on your system.
6465

0 commit comments

Comments
 (0)