Skip to content

Commit bc3349b

Browse files
committed
Initial setup
0 parents  commit bc3349b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.pyc
2+
__pycache__/
3+
*.pyo
4+
*.pyd
5+
.Python
6+
dist/
7+
.env

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# DevRev MCP server
2+
3+
## Overview
4+
5+
A Model Context Protocol server for DevRev.

0 commit comments

Comments
 (0)