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
9 changes: 9 additions & 0 deletions plugins/major-build/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"major": {
"type": "streamable-http",
"url": "https://mcp.major.build/mcp"
}
}
}
24 changes: 24 additions & 0 deletions plugins/major-build/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "major-build",
"version": "1.0.0",
"description": "Build and manage Major apps, agents, skills, workflows, and connected resources.",
"author": {
"name": "Major Technology"
},
"repository": "https://github.com/major-technology/cli",
"license": "MIT",
"extensions": {
"com.openai": {
"interface": {
"displayName": "Major Build",
"shortDescription": "Build apps and agents on Major",
"longDescription": "Create and manage Major apps, agents, skills, workflows, and connected resources from ChatGPT.",
"developerName": "Major Technology",
"category": "Developer Tools",
"capabilities": ["Interactive"],
"defaultPrompt": "Help me build something on Major."
}
}
}
}
Loading