feat: integrate pi rust lab runtime
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@mnote/pi",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "MNote official Pi package for local-first page tools, LightRAG, citations, and rescue workflows.",
|
||||
"keywords": [
|
||||
"pi-package",
|
||||
"mnote",
|
||||
"lightrag",
|
||||
"knowledge-rag"
|
||||
],
|
||||
"license": "UNLICENSED",
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./extensions/mnote-bridge.ts",
|
||||
"./extensions/mnote-mcp/index.ts"
|
||||
],
|
||||
"skills": [
|
||||
"./skills"
|
||||
],
|
||||
"prompts": [
|
||||
"./prompts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user