File tree Expand file tree Collapse file tree 3 files changed +23
-20
lines changed Expand file tree Collapse file tree 3 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Add this to your `claude_desktop_config.json`:
29
29
" run" ,
30
30
" -i" ,
31
31
" --rm" ,
32
- " -e DISCOURSE_API_URL=https://try.discourse.org" ,
33
- " -e DISCOURSE_API_KEY=1234" ,
34
- " -e DISCOURSE_API_USERNAME=ash" ,
32
+ " -e" , " DISCOURSE_API_URL=https://try.discourse.org" ,
33
+ " -e" , " DISCOURSE_API_KEY=1234" ,
34
+ " -e" , " DISCOURSE_API_USERNAME=ash" ,
35
35
" ashdev/discourse-mcp-server"
36
36
]
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ashdev/discourse-mcp-server" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"homepage" : " https://github.com/AshDevFr/discourse-mcp-server" ,
5
5
"bugs" : " https://github.com/AshDevFr/discourse-mcp-server/issues" ,
6
6
"main" : " index.js" ,
7
7
"type" : " module" ,
8
8
"bin" : {
9
- "discourse" : " ./build/index.js"
9
+ "discourse-mcp-server " : " ./build/index.js"
10
10
},
11
11
"scripts" : {
12
12
"build" : " tsc && node -e \" require('fs').chmodSync('build/index.js', '755')\" " ,
Original file line number Diff line number Diff line change 1
1
{
2
- "compilerOptions" : {
3
- "target" : " ES2022" ,
4
- "module" : " NodeNext" ,
5
- "moduleResolution" : " NodeNext" ,
6
- "outDir" : " ./build" ,
7
- "rootDir" : " ./src" ,
8
- "strict" : true ,
9
- "esModuleInterop" : true ,
10
- "skipLibCheck" : true ,
11
- "forceConsistentCasingInFileNames" : true ,
12
- "noUncheckedIndexedAccess" : true
13
- },
14
- "include" : [" src/**/*" ],
15
- "exclude" : [" node_modules" ]
16
- }
2
+ "compilerOptions" : {
3
+ "target" : " ES2022" ,
4
+ "module" : " NodeNext" ,
5
+ "moduleResolution" : " NodeNext" ,
6
+ "outDir" : " ./build" ,
7
+ "rootDir" : " ./src" ,
8
+ "strict" : true ,
9
+ "esModuleInterop" : true ,
10
+ "skipLibCheck" : true ,
11
+ "forceConsistentCasingInFileNames" : true
12
+ },
13
+ "include" : [
14
+ " src/**/*"
15
+ ],
16
+ "exclude" : [
17
+ " node_modules"
18
+ ]
19
+ }
You can’t perform that action at this time.
0 commit comments