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
Next Next commit
Add OpenAI Learn MCP server config to README
Added OpenAI Learn MCP server configuration details in JSON format.
  • Loading branch information
Eimasogi authored Dec 10, 2025
commit 60db543b0475be35e78f8ded45f738ba44803ce9
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