File tree Expand file tree Collapse file tree 4 files changed +1076
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1076
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export default function OAuthCallbackPage() {
150150
151151### ` useMcp ` Hook
152152
153- ``` tsx
153+ ``` ts
154154function useMcp(options : UseMcpOptions ): UseMcpResult
155155```
156156
Original file line number Diff line number Diff line change 2424 "dev" : " tsup --watch" ,
2525 "build" : " tsup" ,
2626 "check" : " prettier --check . && tsc" ,
27- "build:site" : " sed -i 's/```tsx/```ts/g' README.md && npx @axodotdev/oranda build" ,
28- "deploy:site" : " npx wrangler deploy --assets=./public --name use-mcp --compatibility-date 2025-06-18"
27+ "fix:oranda" : " sed -i 's/```tsx/```ts/g' README.md" ,
28+ "build:site" : " npx @axodotdev/oranda build" ,
29+ "deploy:site" : " npx wrangler deploy"
2930 },
3031 "dependencies" : {
3132 "@modelcontextprotocol/sdk" : " ^1.11.0"
3233 },
3334 "devDependencies" : {
35+ "@axodotdev/oranda" : " ^0.6.5" ,
3436 "@types/react" : " ^19.0.12" ,
3537 "prettier" : " ^3.5.3" ,
3638 "react" : " ^19.0.0" ,
3739 "tsup" : " ^8.4.0" ,
3840 "tsx" : " ^4.19.3" ,
39- "typescript" : " ^5.8.2"
41+ "typescript" : " ^5.8.2" ,
42+ "wrangler" : " ^4.20.2"
4043 },
4144 "tsup" : {
4245 "entry" : [
You can’t perform that action at this time.
0 commit comments