Skip to content

Commit 5244fb7

Browse files
committed
README edits and .gitignore
1 parent 361b7cf commit 5244fb7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
__pycache__/
2+
*.egg-info/

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class CalculatorHandler:
9999
return CalculateResponse(result=result)
100100
```
101101

102-
### 4. Create a Nexus namespace and endpoint
102+
### 4. Create a namespace and Nexus endpoint
103103

104104
**Local dev or self hosted deployment**
105105

@@ -144,6 +144,10 @@ async def main():
144144

145145
### 4. Set Up the MCP Gateway
146146

147+
```bash
148+
temporal operator namespace create --namespace my-caller-namespace
149+
```
150+
147151
```python
148152
import asyncio
149153
from mcp.server.lowlevel import NotificationOptions, Server
@@ -191,7 +195,7 @@ Add to your MCP client configuration (e.g., Claude Desktop):
191195
}
192196
```
193197

194-
### 6. Make MCP calls from a Temporal workflow
198+
### 6. Make MCP calls from a Temporal Workflow
195199

196200
```python
197201
import asyncio

0 commit comments

Comments
 (0)