Skip to content

Commit 0ecb03f

Browse files
committed
Getting ready to make public
1 parent 5572f7d commit 0ecb03f

File tree

4 files changed

+1076
-4
lines changed

4 files changed

+1076
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default function OAuthCallbackPage() {
150150

151151
### `useMcp` Hook
152152

153-
```tsx
153+
```ts
154154
function useMcp(options: UseMcpOptions): UseMcpResult
155155
```
156156

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,22 @@
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": [

0 commit comments

Comments
 (0)