Skip to content

Commit 5216c66

Browse files
version: 1.1.0 (#429)
## version: 1.1.0 ## v1.1.0 - 2025-11-03 ### Enhancement or New Feature * This adds the get all sources tool. * add auto-disable and better validation of MCP settings. A whole bunch of tests needed to change because of this Created fixture for allowing the default behavior to assume all required fields for settings are fully set * Add list_saved_queries tool to the Semantic Layer, enabling discovery of predefined MetricFlow queries via GraphQL API. This allows AI agents to list and search saved queries with their associated metrics, dimensions, and filters. ### Under the Hood * Abstract LSP client and LSP connection via providers. * Add version number guidelines to contributing.md * Make release version determination automatic based on changie changelog entries. The workflow now defaults to 'auto' mode which uses 'changie batch auto' to ### Bug Fix * Minor update to the instruction for LSP tool Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent 70803e5 commit 5216c66

9 files changed

Lines changed: 31 additions & 25 deletions

.changes/unreleased/Bug Fix-20251028-143835.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20251014-175047.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20251031-163445.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/Enhancement or New Feature-20251101-072230.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251015-212009.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251030-151902.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Under the Hood-20251104-054147.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v1.1.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v1.1.0 - 2025-11-03
2+
### Enhancement or New Feature
3+
* This adds the get all sources tool.
4+
* add auto-disable and better validation of MCP settings.
5+
A whole bunch of tests needed to change because of this
6+
Created fixture for allowing the default behavior
7+
to assume all required fields for settings are fully set
8+
9+
* Add list_saved_queries tool to the Semantic Layer, enabling discovery of predefined MetricFlow queries via GraphQL API. This allows AI agents to list and search saved queries with their associated metrics, dimensions, and filters.
10+
### Under the Hood
11+
* Abstract LSP client and LSP connection via providers.
12+
* Add version number guidelines to contributing.md
13+
* Make release version determination automatic based on changie changelog entries. The workflow now defaults to 'auto' mode which uses 'changie batch auto' to
14+
### Bug Fix
15+
* Minor update to the instruction for LSP tool

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v1.1.0 - 2025-11-03
11+
### Enhancement or New Feature
12+
* This adds the get all sources tool.
13+
* add auto-disable and better validation of MCP settings.
14+
A whole bunch of tests needed to change because of this
15+
Created fixture for allowing the default behavior
16+
to assume all required fields for settings are fully set
17+
18+
* Add list_saved_queries tool to the Semantic Layer, enabling discovery of predefined MetricFlow queries via GraphQL API. This allows AI agents to list and search saved queries with their associated metrics, dimensions, and filters.
19+
### Under the Hood
20+
* Abstract LSP client and LSP connection via providers.
21+
* Add version number guidelines to contributing.md
22+
* Make release version determination automatic based on changie changelog entries. The workflow now defaults to 'auto' mode which uses 'changie batch auto' to
23+
### Bug Fix
24+
* Minor update to the instruction for LSP tool
25+
1026
## v1.0.0 - 2025-10-20
1127
### Enhancement or New Feature
1228
* Incroduce support for fusion LSP

0 commit comments

Comments
 (0)