matrix-pattern
Version:
Matrix Pattern System MCP Server - Advanced pattern management and synchronization
29 lines • 640 B
JSON
{
"name": "basic-agent-example",
"description": "Basic example showing minimal agent configuration",
"sync_strategy": "merge",
"priority": 1,
"required": false,
"validation": {
"allow_empty": false,
"min_content_length": 20,
"max_content_length": 10000
},
"metadata": {
"category": "example",
"audience": ["developers"],
"format": "markdown",
"schema_version": "2.0.0"
},
"agentType": "coder",
"agentCapabilities": [
"code-generation",
"documentation",
"testing"
],
"agentConfig": {
"language": "javascript",
"framework": "node.js",
"testFramework": "jest"
}
}