Skip to content

Commit 3a25a01

Browse files
committed
fix up
Signed-off-by: SamYuan1990 <[email protected]>
1 parent 4e6c900 commit 3a25a01

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

examples/clients/homebrewupload-client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ async def main():
167167

168168

169169
if __name__ == "__main__":
170-
asyncio.run(main())
170+
asyncio.run(main())

examples/servers/homebrewupload/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ move to `examples/clients/homebrewupload-client`
2727

2828
## Further consideration
2929

30-
As if we running it as container, then on k8s, we can use service mesh and etc to handle with security as AA.
30+
As if we running it as container, then on k8s, we can use service mesh and etc to handle with security as AA.

examples/servers/homebrewupload/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ def main():
158158
)
159159

160160
if __name__ == "__main__":
161-
main()
161+
main()

examples/servers/homebrewupload/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ dependencies = [
1212

1313
[tool.uv.sources]
1414
mcp = { workspace = true }
15-

0 commit comments

Comments
 (0)