Skip to content

Commit cd65771

Browse files
committed
Add npm configuration with prettier and link checking
1 parent 005a497 commit cd65771

File tree

5 files changed

+1015
-2
lines changed

5 files changed

+1015
-2
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# npm
5+
npm-debug.log*

MAINTAINERS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ This document lists current maintainers of the Model Context Protocol ext-auth p
1313
- [Aaron Parecki](https://github.com/aaronpk)
1414
- [Darin McAdams](https://github.com/D-McAdams)
1515
- [Den Delimarsky](https://github.com/localden)
16-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These extensions are:
1414
This repository follows the [Model Context Protocol Governance](https://modelcontextprotocol.io/community/governance) process, with a dedicated set of maintainers for authorization extensions. See [MAINTAINERS.md](./MAINTAINERS.md) for the list of maintainers specific to this repository.
1515

1616
All decisions regarding authorization extensions follow the same governance model as the core specification, including:
17+
1718
- Specification Enhancement Proposals (SEPs)
1819
- Community discussion and consensus building
1920
- Maintainer review and approval
@@ -27,4 +28,3 @@ This repository follows the Model Context Protocol project policies:
2728
- [Contributing Guidelines](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/CONTRIBUTING.md)
2829
- [Security Policy](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/SECURITY.md)
2930
- [Antitrust Policy](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/ANTITRUST.md)
30-

0 commit comments

Comments
 (0)