Files
obsidian-mcp/.mcpbignore
Peter.Morton edb03263ac feat: add tools list to manifest.json
- Add all 9 file operation tools to manifest tools array
- Each tool includes name and descriptive documentation
- Tools list helps MCP hosts discover available capabilities
- Manifest still passes mcpb validation

Tools listed:
- obsidian_create_note
- obsidian_read_note
- obsidian_append_to_note
- obsidian_prepend_to_note
- obsidian_delete_note
- obsidian_move_note
- obsidian_rename_note
- obsidian_open_note
- obsidian_get_file_info

Task T152 marked complete

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-22 11:55:20 -05:00

32 lines
323 B
Plaintext

# Development files
tests/
.git/
#node_modules/
src/
tsconfig.json
jest.config.js
# Build artifacts
*.map
*.tsbuildinfo
# IDE and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
# Logs and temp files
*.log
*.tmp
*.swp
# Environment files
.env
.env.*
# Documentation (keep only README in bundle)
specs/
.specify/
.github/