Skip to content

Commit 0a533a5

Browse files
authored
Merge pull request #17 from nitya/skillable/v1-updated
v1 / PREL13 / All Labs
2 parents 268dbd1 + 4cce28c commit 0a533a5

File tree

180 files changed

+23887
-2646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+23887
-2646
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
applyTo: '**'
3+
---
4+
You have access to MCP tools called `microsoft_docs_search` and `microsoft_docs_fetch` - these tools allow you to search through and fetch Microsoft's latest official documentation, and that information might be more detailed or newer than what's in your training data set.
5+
6+
If a question includes a Microsoft product, service, or technology, you should leverage these tools to search for an answer and to fetch content for deep research.

.github/prompts/01-setup-mcp.prompt.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
mode: agent
33
---
4-
Define the task to achieve, including specific requirements, constraints, and success criteria.
54

6-
# Task
7-
8-
1. If the `.vscode` directory does not exist in the root of the repository, create it.
9-
2. Inside the `.vscode` directory, create a file named `mcp.json` if it does not already exist.
10-
3. Populate the `mcp.json` file with the following JSON content:
5+
# Task: Update `.vscode/mcp.json` Configuration
116

7+
1. If the `.vscode/mcp.json` file does not exist in the repository, create it.
8+
1. Check if the `.vscode/mcp.json` file contains the MCP server configuration for Microsoft Docs.
9+
Else add it with the following content and remind the user to "start" the server.
10+
1211
```json
1312
{
1413
"servers": {

0 commit comments

Comments
 (0)