mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Add LogicSRC standards MCP server
This commit is contained in:
parent
4e4c78140d
commit
dd150f391a
26 changed files with 2250 additions and 15 deletions
|
|
@ -12,6 +12,7 @@ apps/
|
|||
commandboard-web PWA shell
|
||||
packages/
|
||||
cli commandboard/cb command line client
|
||||
logicsrc-mcp @profullstack/logicsrc-mcp standards MCP server
|
||||
tui terminal UI
|
||||
schemas LogicSRC JSON schemas
|
||||
validators schema validation utilities
|
||||
|
|
@ -33,8 +34,15 @@ npm install
|
|||
npm run check
|
||||
npm --workspace @logicsrc/cli run dev -- plugins
|
||||
npm --workspace @logicsrc/cli run dev -- tui
|
||||
npm --workspace @profullstack/logicsrc-mcp run build
|
||||
node packages/logicsrc-mcp/dist/index.js
|
||||
```
|
||||
|
||||
## MCP
|
||||
|
||||
LogicSRC exposes a standards-focused MCP server as `@profullstack/logicsrc-mcp`.
|
||||
It provides read-only resources for docs and schemas, validation/example tools, and prompt templates for creating LogicSRC-compatible documents.
|
||||
|
||||
## v1.0.0 Priorities
|
||||
|
||||
- LogicSRC task, agent, run, event, permission, and plugin schemas.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue