|
1 | 1 | { |
2 | 2 | "name": "mcp/sdk", |
3 | | - "type": "library", |
4 | 3 | "description": "Model Context Protocol SDK for Client and Server applications in PHP", |
5 | 4 | "license": "MIT", |
| 5 | + "type": "library", |
6 | 6 | "authors": [ |
7 | 7 | { |
8 | 8 | "name": "Christopher Hertel", |
|
33 | 33 | "symfony/uid": "^5.4 || ^6.4 || ^7.3 || ^8.0" |
34 | 34 | }, |
35 | 35 | "require-dev": { |
| 36 | + "laminas/laminas-httphandlerrunner": "^2.12", |
| 37 | + "nyholm/psr7": "^1.8", |
| 38 | + "nyholm/psr7-server": "^1.1", |
36 | 39 | "php-cs-fixer/shim": "^3.91", |
37 | 40 | "phpstan/phpstan": "^2.1", |
38 | 41 | "phpunit/phpunit": "^10.5", |
39 | 42 | "psr/simple-cache": "^2.0 || ^3.0", |
40 | 43 | "symfony/cache": "^5.4 || ^6.4 || ^7.3 || ^8.0", |
41 | 44 | "symfony/console": "^5.4 || ^6.4 || ^7.3 || ^8.0", |
42 | | - "symfony/process": "^5.4 || ^6.4 || ^7.3 || ^8.0", |
43 | | - "nyholm/psr7": "^1.8", |
44 | | - "nyholm/psr7-server": "^1.1", |
45 | | - "laminas/laminas-httphandlerrunner": "^2.12" |
| 45 | + "symfony/process": "^5.4 || ^6.4 || ^7.3 || ^8.0" |
46 | 46 | }, |
47 | 47 | "autoload": { |
48 | 48 | "psr-4": { |
|
53 | 53 | "psr-4": { |
54 | 54 | "Mcp\\Example\\Server\\CachedDiscovery\\": "examples/server/cached-discovery/", |
55 | 55 | "Mcp\\Example\\Server\\ClientCommunication\\": "examples/server/client-communication/", |
| 56 | + "Mcp\\Example\\Server\\ClientLogging\\": "examples/server/client-logging/", |
56 | 57 | "Mcp\\Example\\Server\\CombinedRegistration\\": "examples/server/combined-registration/", |
57 | 58 | "Mcp\\Example\\Server\\ComplexToolSchema\\": "examples/server/complex-tool-schema/", |
58 | 59 | "Mcp\\Example\\Server\\CustomDependencies\\": "examples/server/custom-dependencies/", |
|
62 | 63 | "Mcp\\Example\\Server\\EnvVariables\\": "examples/server/env-variables/", |
63 | 64 | "Mcp\\Example\\Server\\ExplicitRegistration\\": "examples/server/explicit-registration/", |
64 | 65 | "Mcp\\Example\\Server\\SchemaShowcase\\": "examples/server/schema-showcase/", |
65 | | - "Mcp\\Example\\Server\\ClientLogging\\": "examples/server/client-logging/", |
66 | 66 | "Mcp\\Tests\\": "tests/" |
67 | 67 | } |
68 | 68 | }, |
69 | 69 | "config": { |
70 | | - "sort-packages": true, |
71 | 70 | "allow-plugins": { |
72 | 71 | "php-http/discovery": false |
73 | | - } |
| 72 | + }, |
| 73 | + "sort-packages": true |
74 | 74 | } |
75 | 75 | } |
0 commit comments