@matteai/stma-server 0.11.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +86 -0
- package/dist/index.js +1684 -637
- package/package.json +2 -2
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matteai/stma-server",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "tsx watch src/index.ts --dev",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"typescript": "^7.0.2",
|
|
31
31
|
"vitest": "^4.1.11"
|
|
32
32
|
},
|
|
33
|
-
"description": "STMA (Speak to my Agent) server
|
|
33
|
+
"description": "STMA (Speak to my Agent) server — self-hostable control plane for coding agents: MCP endpoint, environment snapshots, debug sessions, agent runs, work claims and policy. Runs on an embedded database with no setup.",
|
|
34
34
|
"license": "Elastic-2.0",
|
|
35
35
|
"bin": {
|
|
36
36
|
"stma-server": "./dist/index.js"
|