Skip to content

Commit 871d2c9

Browse files
committed
refactor: update igniteui-doc-mcp package structure and dependencies
- Renamed package to @igniteui/mcp-server for clarity. - Updated README.md to reflect new package name and installation instructions. - Modified package.json to include exports and files for better module resolution. - Added missing dependencies in package.json. - Updated index.ts to include shebang for direct execution. - Enabled TypeScript declaration file generation in tsconfig.json.
1 parent a3d97d8 commit 871d2c9

6 files changed

Lines changed: 624 additions & 446 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Source and config
2+
src/
3+
tsconfig.json
4+
.env
5+
.env.*
6+
.gitattributes
7+
CLAUDE.md
8+
test.json
9+
10+
# Pipeline scripts
11+
scripts/
12+
13+
# Documentation submodules and processing artifacts
14+
angular/
15+
blazor/
16+
react/
17+
webcomponents/
18+
common/
19+
docs_baseline/
20+
dist/docs_processing/
21+
dist/docs_prepeared/
22+
dist/docs_final/
23+
dist/diff-manifest.json
24+
tmp/
25+
26+
# Dev files
27+
node_modules/
28+
*.tgz

0 commit comments

Comments
 (0)