Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>M365 UPDATE MCPNew to Visual Studio Code? Get it now.
M365 UPDATE MCP

M365 UPDATE MCP

yamapan

|
36 installs
| (1) | Free
Search and retrieve Microsoft 365 Roadmap features from Copilot Chat
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

M365 UPDATE MCP

VS Code Marketplace Installs License: CC BY-NC-SA 4.0

Search and retrieve Microsoft 365 Roadmap features from Copilot Chat

Install from VS Code Marketplace

🇯🇵 日本語版はこちら


Demo

✨ Features

  • 🔍 Natural Language Search: Just ask "What's new in Teams?" in Copilot Chat
  • 🚀 Fast Search: Local full-text search powered by SQLite + FTS5
  • 🔄 Auto Sync: Automatically syncs data on first launch and every 24 hours
  • 📊 Rich Filters: Filter by product, status, and GA date
  • ⚙️ Zero Config: Automatically registers as MCP tool on installation
  • 📄 Full Results: Returns ALL matching results with description summary by default
  • 🌐 Reference URLs: Includes M365 Roadmap and MS Learn links (Japanese preferred)

📦 Installation

  1. Search for "M365 UPDATE" in VS Code Extension Marketplace
  2. Or run: ext install yamapan.m365-update
  3. Reload VS Code
  4. The tool automatically appears in Copilot Chat's tool list! 🎉

🎯 Usage

Ask Copilot Chat like this:

"What's new in M365?"                    → Last 1 month's updates (default)
"Search for Copilot features"            → Keyword search
"Show me Teams features releasing in 2026" → Date filter
"Get details for ID 548643"              → Full details with MS Learn links

Default Behavior

  • No filters: Returns last 1 month's updates (ALL items with description summary)
  • All results include: roadmapUrl to official M365 Roadmap page
  • Description summary: First 200 characters for quick overview

🛠️ MCP Tools

Tool Description
search_m365_roadmap Search with keywords & filters (lightweight metadata)
get_m365_update Get full details by ID with reference URLs
sync_m365_roadmap Sync data from API

Response includes reference URLs

  • 🇯🇵 M365 Roadmap page (Japanese/English)
  • 📚 MS Learn search (Japanese/English)
{
  "id": 487848,
  "title": "Copilot can now answer questions...",
  "roadmapUrl": "https://www.microsoft.com/ja-jp/microsoft-365/roadmap?...",
  "references": {
    "learnSearchUrl": "https://learn.microsoft.com/ja-jp/search/?terms=..."
  }
}

search_m365_roadmap Parameters

Parameter Type Description
query string Search keyword (full-text search on title & description)
products string[] Filter by products (e.g., ["Microsoft Teams"])
platforms string[] Filter by platforms
status string Status (In development, Rolling out, Launched)
dateFrom string GA date range start (YYYY-MM)
dateTo string GA date range end (YYYY-MM)
limit number Max results (1-100, default: 20)

📊 Data Source

  • Microsoft 365 Roadmap
  • API: https://www.microsoft.com/releasecommunications/api/v2/m365
  • No authentication required (public API)

🔧 Development

# Install dependencies
npm install

# Build
npm run build

# Test with MCP Inspector
npm run inspect

📝 Tech Stack

  • MCP SDK: @modelcontextprotocol/sdk
  • Database: SQLite (better-sqlite3) + FTS5
  • VS Code API: Extension integration

📄 License

CC-BY-NC-SA-4.0


© 2026 yamapan (aktsmm)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft