Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

fix(config): update configuration to fix Symfony 6.4 format#16

Merged
EdouardCourty merged 1 commit into
mainfrom
fix/symfony-6-4-configuration
Jun 26, 2025
Merged

fix(config): update configuration to fix Symfony 6.4 format#16
EdouardCourty merged 1 commit into
mainfrom
fix/symfony-6-4-configuration

Conversation

@EdouardCourty

Copy link
Copy Markdown
Owner

This pull request includes a minor change to the getConfigTreeBuilder method in src/DependencyInjection/Configuration.php. The change updates the node type for name and version from stringNode to scalarNode.

  • Configuration update:
    • Changed stringNode to scalarNode for the name and version fields in the server configuration array to allow broader scalar types. ([src/DependencyInjection/Configuration.phpL31-R32](https://github.com/EdouardCourty/mcp-server-bundle/pull/16/files#diff-ebe00144d6cecb5ca8a2860883e01147f42bbed2b12a3a7f44915908a4829faaL31-R32))

@EdouardCourty
EdouardCourty merged commit a334315 into main Jun 26, 2025
1 check passed
This was referenced Jun 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant