Add recipe for codevenom/fakturownia-bundle 0.1 (#1974) (#1974)

* Add recipe for codevenom/fakturownia-bundle 0.1 (#1974)

* Fix YAML indentation in codevenom/fakturownia-bundle 0.1 configuration files

* Fix trailing newlines in codevenom/fakturownia-bundle 0.1 configuration files

* Re-run recipe QA

* Re-run recipe QA with latest bundle changes

* Re-run recipe QA

* Dropped support for symfony 6 due to mcp issues
This commit is contained in:
levan-cdv
2026-05-06 01:24:22 +04:00
committed by GitHub
parent 71e498c373
commit bbeb0d64ea
4 changed files with 44 additions and 0 deletions
@@ -0,0 +1,8 @@
codevenom_fakturownia:
base_url: '%env(FAKTUROWNIA_BASE_URL)%'
api_token: '%env(FAKTUROWNIA_API_TOKEN)%'
seller_name: '%env(default::FAKTUROWNIA_SELLER_NAME)%'
seller_tax_id: '%env(default::FAKTUROWNIA_SELLER_TAX_ID)%'
downloads_path: '%kernel.project_dir%/var/fakturownia'
timeout: 10
@@ -0,0 +1,17 @@
mcp:
app: 'codevenom-fakturownia'
version: '1.0.0'
instructions: 'MCP server exposing Fakturownia tools.'
client_transports:
http: true
http:
path: '/_mcp'
session:
store: 'file'
directory: '%kernel.cache_dir%/mcp-sessions'
ttl: 3600
discovery:
scan_dirs:
- '%kernel.project_dir%/src'
- '%kernel.project_dir%/vendor/codevenom/fakturownia-bundle'
@@ -0,0 +1,4 @@
mcp:
resource: .
type: mcp
@@ -0,0 +1,15 @@
{
"bundles": {
"Codevenom\\FakturowniaBundle\\CodevenomFakturowniaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"FAKTUROWNIA_BASE_URL": "https://app.fakturownia.pl",
"FAKTUROWNIA_API_TOKEN": "",
"FAKTUROWNIA_SELLER_NAME": "",
"FAKTUROWNIA_SELLER_TAX_ID": ""
}
}