Skip to content

Conversation

christian-calabrese
Copy link
Contributor

@christian-calabrese christian-calabrese commented Oct 14, 2025

Copy link

changeset-bot bot commented Oct 14, 2025

🦋 Changeset detected

Latest commit: db10c90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@pagopa/dx-mcpserver Patch
@pagopa/dx-mcpprompts Patch
docs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2025

Codecov Report

❌ Patch coverage is 52.94118% with 56 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.46%. Comparing base (8abeb56) to head (5477e0a).
⚠️ Report is 109 commits behind head on main.

Files with missing lines Patch % Lines
...ts/src/prompts/generate-terraform-configuration.ts 3.22% 30 Missing ⚠️
packages/mcp-prompts/src/utils/logger.ts 33.33% 14 Missing ⚠️
apps/mcpserver/src/index.ts 0.00% 8 Missing and 1 partial ⚠️
packages/mcp-prompts/src/prompts/index.ts 33.33% 2 Missing ⚠️
apps/mcpserver/src/utils/logger.ts 90.00% 1 Missing ⚠️

❌ Your project status has failed because the head coverage (46.46%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #991       +/-   ##
===========================================
- Coverage   67.85%   46.46%   -21.40%     
===========================================
  Files          31       52       +21     
  Lines         840     2066     +1226     
  Branches      146      239       +93     
===========================================
+ Hits          570      960      +390     
- Misses        258     1087      +829     
- Partials       12       19        +7     
Files with missing lines Coverage Δ
packages/mcp-prompts/src/index.ts 100.00% <100.00%> (ø)
apps/mcpserver/src/utils/logger.ts 93.75% <90.00%> (ø)
packages/mcp-prompts/src/prompts/index.ts 33.33% <33.33%> (ø)
apps/mcpserver/src/index.ts 0.00% <0.00%> (ø)
packages/mcp-prompts/src/utils/logger.ts 33.33% <33.33%> (ø)
...ts/src/prompts/generate-terraform-configuration.ts 3.22% <3.22%> (ø)

... and 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

christian-calabrese and others added 12 commits October 16, 2025 14:24
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @pagopa/[email protected]

### Patch Changes

-   8ad73d8: Enhance documentation about the authentication process

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-mud-0405c6703-991.westeurope.1.azurestaticapps.net

The DX MCP Server provides AI assistants with access to:

1. **📚 PagoPA DX Documentation**: Query the complete
[DX technical documentation](https://dx.pagopa.it/) using natural language
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
[DX technical documentation](https://dx.pagopa.it/) using natural language
[DX technical documentation](https://dx.pagopa.it/docs) using natural language


1. **📚 PagoPA DX Documentation**: Query the complete
[DX technical documentation](https://dx.pagopa.it/) using natural language
through Amazon Bedrock Knowledge Bases
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
through Amazon Bedrock Knowledge Bases

I won't specify implementation details that are subject to changes. Users are not interested.

Comment on lines +43 to +44
<details>
<summary><b>VS Code / GitHub Copilot</b></summary>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<details>
<summary><b>VS Code / GitHub Copilot</b></summary>
### VS Code / GitHub Copilot

}
```

</details>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
</details>

Comment on lines +66 to +67
<details>
<summary><b>GitHub Copilot Coding Agent</b></summary>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<details>
<summary><b>GitHub Copilot Coding Agent</b></summary>
### GitHub Copilot Coding Agent

}
```

</details>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
</details>

Comment on lines +10 to +11
<details>
<summary><b>How to Use a Prompt</b></summary>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<details>
<summary><b>How to Use a Prompt</b></summary>
## How to Use a Prompt

The AI assistant will execute the prompt with the appropriate context from your
workspace.

</details>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
</details>

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.

5 participants