Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
13 changes: 13 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "microsoft-events-marketplace",
"owner": {
"name": "Microsoft"
},
"plugins": [
{
"name": "microsoft-events",
"source": "./",
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment."
}
]
}
14 changes: 14 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "microsoft-events",
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
"version": "1.0.0",
"author": {
"name": "Microsoft"
},
"homepage": "https://github.com/microsoft/Build-CLI",
"repository": "https://github.com/microsoft/Build-CLI",
"keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"],
"license": "Apache-2.0",
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}
Loading