Skip to content

Commit bb1bc26

Browse files
committed
WebMCP tool examples: slack, google docs
1 parent 03f0ab0 commit bb1bc26

6 files changed

Lines changed: 843 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ secrets/
2222
*.swp
2323
*.swo
2424
.DS_Store
25-
AGENTS*.md
25+
/AGENTS*.md
2626
CLAUDE.md
2727
.claude
2828

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default [
2222
'vitest.config.ts', // Exclude from TypeScript project parsing
2323
'vite.config.ts', // Exclude from TypeScript project parsing
2424
'scripts/**/*.js',
25-
'local/**' // Exclude local documentation and notes
25+
'local/**', // Exclude local documentation and notes
26+
'examples/**' // Example scripts run in browser, not linted
2627
]
2728
},
2829

0 commit comments

Comments
 (0)