Skip to content

Commit 25ddfba

Browse files
chr-hertelclaude
andcommitted
rename Makefile targets to conformance-server and conformance-client
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4003c3b commit 25ddfba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: deps-stable deps-low cs phpstan tests unit-tests inspector-tests coverage ci ci-stable ci-lowest conformance-tests client-conformance-tests docs
1+
.PHONY: deps-stable deps-low cs phpstan tests unit-tests inspector-tests coverage ci ci-stable ci-lowest conformance-tests conformance-server conformance-client docs
22

33
deps-stable:
44
composer update --prefer-stable
@@ -21,14 +21,16 @@ unit-tests:
2121
inspector-tests:
2222
vendor/bin/phpunit --testsuite=inspector
2323

24-
conformance-tests:
24+
conformance-tests: conformance-server conformance-client
25+
26+
conformance-server:
2527
docker compose -f tests/Conformance/Fixtures/docker-compose.yml up -d
2628
@echo "Waiting for server to start..."
2729
@sleep 5
2830
cd tests/Conformance && npx @modelcontextprotocol/conformance server --url http://localhost:8000/ || true
2931
docker compose -f tests/Conformance/Fixtures/docker-compose.yml down
3032

31-
client-conformance-tests:
33+
conformance-client:
3234
cd tests/Conformance && npx @modelcontextprotocol/conformance client --command "php $(CURDIR)/tests/Conformance/client.php" --suite all --expected-failures conformance-baseline.yml || true
3335

3436
coverage:

0 commit comments

Comments
 (0)