Initial commit
This commit is contained in:
43
.claude-plugin/plugin.json
Normal file
43
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "p-assist",
|
||||
"description": "Productivity plugin for article summarization, journal management, and bookmark organization using Claude Code",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "irfansofyana"
|
||||
},
|
||||
"mcp": {
|
||||
"logseq": {
|
||||
"type": "stdio",
|
||||
"command": "uv",
|
||||
"args": [
|
||||
"run",
|
||||
"--with",
|
||||
"mcp-logseq",
|
||||
"mcp-logseq"
|
||||
],
|
||||
"env": {
|
||||
"LOGSEQ_API_TOKEN": "${LOGSEQ_API_TOKEN}",
|
||||
"LOGSEQ_API_URL": "http://localhost:12315"
|
||||
}
|
||||
},
|
||||
"linkwd": {
|
||||
"type": "stdio",
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"--rm",
|
||||
"-i",
|
||||
"--init",
|
||||
"-e",
|
||||
"LINKWARDEN_BASE_URL=${LINKWARDEN_BASE_URL}",
|
||||
"-e",
|
||||
"LINKWARDEN_TOKEN=${LINKWARDEN_TOKEN}",
|
||||
"ghcr.io/irfansofyana/linkwarden-mcp-server:v0.1.0"
|
||||
],
|
||||
"env": {
|
||||
"LINKWARDEN_BASE_URL": "${LINKWARDEN_BASE_URL}",
|
||||
"LINKWARDEN_TOKEN": "${LINKWARDEN_TOKEN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user