Skip to content

Commit 8058e7d

Browse files
bodenburgBrett Bodenburg
andauthored
Add DXT Support for Install (#5)
* Ini manifest.json * Add manifest for DXT * Use Pydantic settings * Remove fastmcp library * Hard-code MCP server name * Organize project * Add dxt --------- Co-authored-by: Brett Bodenburg <brett.bodenburg@netwrix.com>
1 parent 633ac70 commit 8058e7d

File tree

14 files changed

+733
-131
lines changed

14 files changed

+733
-131
lines changed

.dxtignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__pycache__/
2+
.claude/
3+
.ruff_cache/
4+
.venv/
5+
build/
6+
lib/
7+
scripts/
8+
*.egg-info/

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ dmypy.json
138138
cython_debug/
139139

140140
# macOS
141-
.DS_Store
141+
.DS_Store
142+
.claude/settings.local.json

assets/icon.png

1.01 KB
Loading

0 commit comments

Comments
 (0)