yoda-mcp
Version:
Intelligent Planning MCP with Optional Dependencies and Graceful Fallbacks - wise planning through the Force of lean excellence
17 lines • 348 B
text/typescript
export default {
projectName: 'planner-mcp',
projectType: 'mcp-tool',
obfuscation: {
level: 'medium',
preserveSchemas: true,
excludePatterns: ['**/schemas/**', '**/types/**']
},
licensing: {
type: 'commercial',
validationLevel: 'standard'
},
documentation: {
generateAPI: true,
includeExamples: true
}
};