File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " django-telescope"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost"
55readme = " README.md"
66authors = [
@@ -14,6 +14,9 @@ dependencies = [
1414 " fastmcp>=2.12.4" ,
1515]
1616
17+ [tool .mcp ]
18+ name = " io.github.raisiqueira/django-telescope"
19+
1720[project .scripts ]
1821django-telescope = " django_telescope:main"
1922
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json" ,
3+ "name" : " io.github.raisiqueira/django-telescope" ,
4+ "description" : " A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost" ,
5+ "repository" : {
6+ "url" : " https://github.com/raisiqueira/django-telescope" ,
7+ "source" : " github"
8+ },
9+ "version" : " 0.1.1" ,
10+ "packages" : [
11+ {
12+ "registryType" : " pypi" ,
13+ "identifier" : " django-telescope" ,
14+ "version" : " 0.1.1" ,
15+ "transport" : {
16+ "type" : " stdio"
17+ },
18+ "environmentVariables" : [
19+ {
20+ "description" : " Django settings module path (e.g., 'myproject.settings')" ,
21+ "isRequired" : true ,
22+ "format" : " string" ,
23+ "isSecret" : false ,
24+ "name" : " DJANGO_SETTINGS_MODULE"
25+ }
26+ ]
27+ }
28+ ]
29+ }
You can’t perform that action at this time.
0 commit comments