We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjdunlop/siyuan-mcp-extended'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.PHONY: init install build test test-watch clean publish release-patch release-minor release-major
init:
npm install
rm -rf siyuan
git clone https://github.com/siyuan-note/siyuan.git
cd siyuan && git checkout v3.1.17
install:
npm install -g .
build:
npm run build
test:
npm test
test-watch:
npm run test:watch
clean:
rm -rf dist dist-test node_modules/.cache
publish:
npm publish --access public @porkll/siyuan-mcp