{
  "name": "obsidian-http-mcp",
  "version": "1.0.8",
  "description": "First HTTP-native MCP server for Obsidian - Works with Claude Code CLI, Codex, Gemini without stdio bugs",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "obsidian-http-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js"
  },
  "keywords": [
    "obsidian",
    "mcp",
    "mcp-server",
    "http-mcp",
    "claude-code",
    "codex",
    "gemini",
    "model-context-protocol",
    "stdio-free",
    "no-stdio",
    "ai",
    "llm",
    "knowledge-management"
  ],
  "author": "Nas <chinafih@outlook.fr>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NasAndNora/obsidian-http-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/NasAndNora/obsidian-http-mcp/issues"
  },
  "homepage": "https://github.com/NasAndNora/obsidian-http-mcp#readme",
  "license": "MIT",
  "files": [
    "dist/",
    "README.md",
    "TECHNICAL.md",
    "TROUBLESHOOTING.md",
    "SECURITY.md",
    "CONTRIBUTING.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.20.2",
    "@types/express": "^5.0.5",
    "axios": "^1.13.1",
    "dotenv": "^17.2.3",
    "express": "^5.1.0"
  },
  "devDependencies": {
    "@types/node": "^24.9.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
