docs: context_servers json example (#23588)

Shivam Mishra created

Change summary

docs/src/assistant/context-servers.md | 1 +
1 file changed, 1 insertion(+)

Detailed changes

docs/src/assistant/context-servers.md 🔗

@@ -26,6 +26,7 @@ You can configure each context server using the `context_servers` setting in you
         "database_url": "postgresql://postgres@localhost/my_database"
       }
     }
+  }
 }
 ```