Skip to content

Add readme and license headers #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2025
Merged

Add readme and license headers #2

merged 2 commits into from
May 29, 2025

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented May 29, 2025

Q A
Bug fix? no
New feature? no
Docs? yes
Issues
License MIT

@Nyholm Nyholm requested a review from chr-hertel as a code owner May 29, 2025 12:29
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace App;

use PhpLlm\McpSdk\Capability\Prompt\MetadataInterface;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we adjust the namespace? Or later?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. I missed this. But I know @chr-hertel is preparing a PR to fix this. So I leave it outside of the scope of this PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #3

Copy link
Member

@chr-hertel chr-hertel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes please :)

@Nyholm Nyholm merged commit 504cdce into main May 29, 2025
26 checks passed
@chr-hertel chr-hertel deleted the documentation branch May 29, 2025 14:23
chr-hertel added a commit that referenced this pull request Jun 6, 2025
chr-hertel added a commit that referenced this pull request Jun 13, 2025
chr-hertel added a commit that referenced this pull request Jun 13, 2025
chr-hertel added a commit that referenced this pull request Jun 13, 2025
* mcp-bundle/restructure:
  refactor: restructure for integration
  fix: limit bundle to mcp-sdk version 0.1 (#4)
  docs: add disclaimer about WIP (#2)
  feat: add support for client transports
  feat: setup MCP bundle
chr-hertel added a commit that referenced this pull request Jun 13, 2025
* mcp-bundle/restructure:
  refactor: restructure for integration
  fix: limit bundle to mcp-sdk version 0.1 (#4)
  docs: add disclaimer about WIP (#2)
  feat: add support for client transports
  feat: setup MCP bundle
chr-hertel pushed a commit that referenced this pull request Jun 22, 2025
With the first step one should, as a last thing, execute `docker compose run composer install --no-scripts` and then call https://localhost/ and see a chatbot UI. In fact there is an exception with the Symfony App Setup instructions that the assets are not installed.

The only thing that happens during composer install is a warning to the docker container. 

```
$ docker compose run composer install --no-scripts
The repository at "/app" does not have the correct ownership and git refuses to use it:

fatal: detected dubious ownership in repository at '/app'
To add an exception for this directory, call:

        git config --global --add safe.directory /app
```

But this is not a problem. What is missing is the execution of the script. When i execute `docker compose run composer install` it works and there is no exception. What was your reason to not execute the scripts, that contain the import map stuff?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants