We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542d1c0 commit aebfed0Copy full SHA for aebfed0
.github/workflows/main-checks.yml
@@ -2,7 +2,9 @@ name: Main branch checks
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ - 'v*.*.*'
8
9
jobs:
10
checks:
src/mcp/client/__main__.py
@@ -1,8 +1,8 @@
1
+import argparse
import logging
import sys
from functools import partial
from urllib.parse import urlparse
-import argparse
import anyio
0 commit comments