Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wassette-mcp-server"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion tests/transport_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async fn test_fetch_component_workflow() -> Result<()> {

let response_body = result;
assert!(response_body.contains("Example Domain"));
assert!(response_body.contains("This domain is for use in illustrative examples in documents"));
assert!(response_body.contains("This domain is for use in documentation examples"));

// Copy the component to another name
let mut component_path2 = component_path.clone();
Expand Down
Loading