You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sqlite/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ Docker:
111
111
docker build -t mcp/sqlite .
112
112
```
113
113
114
+
## Test with MCP inspector
115
+
116
+
```bash
117
+
mcp dev main.py:server
118
+
```
119
+
114
120
## License
115
121
116
122
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
0 commit comments