FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sdk/.github/workflows/conformance.yml at main · evalstate/python-sdk · GitHub
evalstate
/
python-sdk
Public
forked from
modelcontextprotocol/python-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-sdk
/
.github
/
workflows
/
conformance.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
45 lines (40 loc) · 1.41 KB
Breadcrumbs
python-sdk
/
.github
/
workflows
/
conformance.yml
Copy path
File metadata and controls
45 lines (40 loc) · 1.41 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name
:
Conformance Tests
on
:
push
:
branches
:
[main]
pull_request
:
workflow_dispatch
:
concurrency
:
group
:
conformance-${{ github.ref }}
cancel-in-progress
:
true
permissions
:
contents
:
read
jobs
:
server-conformance
:
runs-on
:
ubuntu-latest
continue-on-error
:
true
steps
:
-
uses
:
actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
#
v4.3.1
-
uses
:
astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41
#
v7.2.1
with
:
enable-cache
:
true
version
:
0.9.5
-
uses
:
actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
#
v6.2.0
with
:
node-version
:
24
-
run
:
uv sync --frozen --all-extras --package mcp-everything-server
-
run
:
./.github/actions/conformance/run-server.sh
client-conformance
:
runs-on
:
ubuntu-latest
continue-on-error
:
true
steps
:
-
uses
:
actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
#
v4.3.1
-
uses
:
astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41
#
v7.2.1
with
:
enable-cache
:
true
version
:
0.9.5
-
uses
:
actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
#
v6.2.0
with
:
node-version
:
24
-
run
:
uv sync --frozen --all-extras --package mcp
-
run
:
npx @modelcontextprotocol/conformance@0.1.13 client --command 'uv run --frozen python .github/actions/conformance/client.py' --suite all
Back
|
FazBrowse Home
|
New Git URL