Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ https://learn.microsoft.com/api/mcp
}
```

**OpenAI Learn MCP server config** (aligned to OpenAI spec):
```json
{
"servers": {
"microsoft-learn-openai-compatible": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp/openai-compatible"
}
}
}
```

## 🛠️ Currently Supported Tools

| Tool Name | Description | Input Parameters |
Expand Down