@fazer-ai/mcp-obsidian 1.1.0 → 1.1.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.
Files changed (3) hide show
  1. package/README.md +1 -2
  2. package/dist/index.js +12557 -6152
  3. package/package.json +12 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MCP server for Obsidian (TypeScript + Bun)
2
2
 
3
- ![NPM Version](https://img.shields.io/npm/v/%40fazer-ai%2Fmcp-obsidian)
3
+ [![NPM Version](https://img.shields.io/npm/v/%40fazer-ai%2Fmcp-obsidian)](https://www.npmjs.com/package/@fazer-ai/mcp-obsidian)
4
4
 
5
5
  > A Model-Context-Protocol (MCP) server that lets Claude (or any MCP-compatible LLM) interact with your Obsidian vault through the [**Local REST API**](https://github.com/coddingtonbear/obsidian-local-rest-api) community plugin – written in **TypeScript** and runnable with **bunx**.
6
6
 
@@ -91,7 +91,6 @@ There are two ways to pass the Obsidian API key to the server:
91
91
  You can use the `.env.example` file as reference to create your own `.env` file.
92
92
 
93
93
  ```bash
94
- PORT=3045 # TCP port the MCP server will listen on
95
94
  OBSIDIAN_API_KEY= # Obtain this from the plugin settings in Obsidian
96
95
  OBSIDIAN_PROTOCOL=http
97
96
  OBSIDIAN_HOST=localhost