UNPKG

obsidian-mcp-server

Version:

MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO or Streamable HTTP.

8 lines 359 B
/** * @fileoverview Prompt registration barrel for obsidian-mcp-server. * The server exposes a CRUD/search surface; no recurring multi-turn pattern * benefits from a structured prompt template, so the array is intentionally empty. * @module mcp-server/prompts/definitions/index */ export const allPromptDefinitions = []; //# sourceMappingURL=index.js.map